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.
|
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.
|
||
|
|
|
|
DjangoBB if u need forum with many features |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||||
|