What's new? | Help | Directory | Sign in
Google
django-forum
Simple Django Forum Component
  
  
  
  
    
License: New BSD License
Labels: django, forum, discussion

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/