First time here? Check out the FAQ!

Revision history  [back]

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 :-)