First time here? Check out the FAQ!

Revision history  [back]

It won't be simple to adapt Django CMS to work as a Q&A forum, as far as I see it CMS gives you a way to store posts, but you would have to add everything else - questions, answers, comments, votes, badges, reputation system, extra data in the user profile. It will be too much work.

Much easier to integrate Askbot with Django CMS in the same django project.

It won't be simple to adapt Django CMS to work as a Q&A forum, as far as I see it CMS gives you a way to store posts, but you would have to add everything else - questions, answers, comments, votes, badges, reputation system, extra data in the user profile. It will be too much work.

Much easier to integrate Askbot with Django CMS in the same django project.CMS.