![]() | 1 | initial version |
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.
![]() | 2 | No.2 Revision |
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.CMS in the same django project.