First time here? Check out the FAQ!
2

I'm looking at using askbot to develop a Q&A site for health issues, looking for advise

Hi.

I'm looking into developing a q&a system inside a Custom built Django CMS site.

Should I develop the site on top of askbot? Or can I drag apps across when needed, and build up?

Many thanks.

leesmee's avatar
21
leesmee
asked 2011-08-02 22:55:58 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

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.

Evgeny's avatar
13.2k
Evgeny
updated 2011-08-03 08:23:33 -0500, answered 2011-08-03 07:56:51 -0500
edit flag offensive 0 remove flag delete link

Comments

Great. Thanks for the advice. If it works out well, ill post the site. L
leesmee's avatar leesmee (2011-08-04 02:16:38 -0500) edit

How did this work out, @leesmee?

Brett's avatar Brett (2012-01-18 07:33:21 -0500) edit
add a comment see more comments