Sidebar Network

django-forum A simple Django forum component.

The Basics

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.

Project Homehttp://code.google.com/p/django-forum/
Grab the Repository – svn checkout http://django-forum.googlecode.com/svn/trunk/
 

Recent Commits

  • 23 was committed 3 weeks, 2 days ago.
    * admin.py for newforms-admin added (missed in previous checking) * Minor change to readme: Requires django.contrib.markup not django.contrib.markdown
  • 22 was committed 4 weeks, 1 day ago.
    * Move to newforms-admin * Update readme to note that we require a recent copy of Django and an installation of markdown * Rename ‘newforms’ to ‘forms’. * Fix minor HTML errors in thread.html
  • 21 was committed 2 months, 2 weeks ago.
    Fixed tickets #23, #24, #25. Thank you very much to kirrax for spotting these.
  • 20 was committed 2 months, 2 weeks ago.
    Bugfixes: Issues #20, #21, #22. Thanks to those who submitted these.
  • 19 was committed 3 months ago.
    * Added localisation/i18n functions
  • 18 was committed 4 months, 1 week ago.
    * Added contributors to README (Thanks all!) * Added subscriptions. Will require ‘syncdb’.
  • 17 was committed 4 months, 1 week ago.
    * Fixed Issue 12 (Added markdown to message bodies), Thanks mandric * Fixed Issue 14 (Added RSS feeds), Thanks mandric & Eric Moritz * Fixed Issue 15 (Forum deleted when thread deleted), Thanks Eric Moritz and A. Alibrahim * Fixed Issue 17 (Escape thread titles), Thanks Sean Mcallister
  • 16 was committed 6 months, 1 week ago.
    * Move from is_authenticated to is_authenticated(). Resolves issue # 11 (Thanks, mandric)
  • 15 was committed 9 months ago.
    * Closed issues #6 & #7: Unicode-related updates. Thanks to mandric and canburak.
  • 14 was committed 10 months, 1 week ago.
    * Fixed typo in Readme. Thanks to mandric