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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
leesmee's avatar
21
leesmee
asked 13 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago, answered 13 years ago
link

Comments

Great. Thanks for the advice. If it works out well, ill post the site. L
leesmee's avatar leesmee (13 years ago)

How did this work out, @leesmee?

Brett's avatar Brett (13 years ago)
see more comments