My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Code license: New BSD License
Labels: django, forum, discussion
Show all Featured wiki pages:
RecentPostTemplateTags
Feeds:
People details
Project owners:
  ross.poulton, rwpoulton

This is a basic forum component that can plug into any existing Django installation and use it's existing templates, users, and admin interface. Perfect for adding forum functionality to an existing website.

Current Status

Getting Started

  1. Checkout code via SVN: svn co http://django-forum.googlecode.com/svn/trunk/ forum
  2. Add forum to your INSTALLED_APPS in settings.py
  3. ./manage.py syncdb
  4. Add FORUM_BASE = '/forum' to your settings.py (no trailing slash)
  5. Update urls.py: (r'^forum/', include('forum.urls')),
  6. Go to your site admin, add a forum
  7. Browse to yoursite.com/forum/








Hosted by Google Code