= Django Forum Apps Comparison =
Yvan Seth's blog entry [http://yvan.seth.id.au/Entries/Technology/Code/Django_Forum_Software.html Django Forum Software] from December 2007 lists a few well-known discussion forum applications for Django. This page continues on the same tracks and tries to gather a comparison of essential features in those applications.
[[BR]]
{{{
#!html
Features currently evaluated
Feature |
Description |
demo |
If the application has a public demo site, a link and
login/password are given.
|
guest-post |
Visitors can post messages without registration. |
notify |
An administrator can be notified by E-mail and/or SMS about
new messages.
|
moderate |
It's possible to hide new messages until they are approved by
an administrator.
|
}}}
[[BR]]
{{{
#!html
}}}
[[BR]]
This page was originally created by [http://djangopeople.net/akaihola/ akaihola]. There's a [http://groups.google.com/group/django-users/browse_thread/thread/56a6b62aba0c8766 django-users thread] about this page. I'll update information posted on that thread to this page.
=== Comments ===
[http://djangopeople.net/insin Jonathan Buchanan]: django-discussion is not actively maintained or developed at this time (parts of it were extracted into [http://code.google.com/p/django-mptt/ Django MPTT]) – [http://code.google.com/p/django-threadedcomments django-threadedcomments] looks like a more complete and feature-rich implementation of the type of functionality it provided, so I've removed discussion and put threadedcomments in its place.
=== To do ===
Ideas for making this page better:
* add column for supported Django versions/revisions/branches