vote up 5 vote down star
5

What do you guys recommend in the way of a forum app that can be dropped into my Django project?

I found this page:

http://code.djangoproject.com/wiki/ForumAppsComparison

But looking for some recommendations. Thanks.

flag

70% accept rate

3 Answers

vote up 1 vote down

DjangoBB if u need forum with many features

link|flag
vote up 1 vote down

If you don't really need use integration with your user app, you could always use... something from php or another mature forum app from another language.

Stick it in a subdomain for the easiest implementation.

link|flag
vote up 0 vote down

I was looking for a simple, no nonsense forum. I'm experimenting now with Snapboard, so far so good. The only thing is that I had to install django-pagination.

http://code.google.com/p/django-pagination/

link|flag
code.google.com/p/snapboard/… – Koray Balci Apr 30 at 8:41
Just a word of caution before anyone using trunk goes hog wild trying to get this set up: It doesn't work with Django 1.1 (as of yet) – nbv4 Jul 7 at 5:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.