First time here? Check out the FAQ!
1

What is required to integrate Askbot with Django CMS?

I'm very new to all this and I'm thinking of integrating Askbot into Django CMS, so I wonder what key elements will need to be integrated. Is user auth one example? Anything else?

kate_r's avatar
107
kate_r
asked 2012-05-12 08:42:56 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2012-10-15 23:18:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

I'm interested in this too. I'm new here, and so I don't have enough points to upvote the question. Sounds weird that I can comment but not upvote!

akhayyat's avatar akhayyat (2012-10-15 23:16:41 -0500) edit
add a comment see more comments

1 Answer

1

I haven't integrated it myself but I've build some custom cms-like stuff on top of askbot and I don't think it would be that hard to integrate it. I would probably start by installing askbot and then build rest of the stuff on top of it. Django-cms is just a Django app so install it like a django app inside of askbot project. There is no magic one line command to integrate it all, you have to get your hands dirty and customize askbot for your needs. If you are new to all this go trough django,askbot&django-cms docs&code and start hacking. That's the hardest but best way to learn something. Happy hacking :-)

Dario's avatar
11
Dario
answered 2012-10-19 15:10:03 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments