Skip to main content

Simple and complete django forum solution

Project description

A simple, everyday django forum

https://travis-ci.org/italomaia/django-forumbr.png?branch=master

Django-forumbr is a project to create a simple, easy-to-use and complete forum for django projects on the run.

Releases

  • django-forumbr 0.4 (23/04/2014): Compatible with Django 1.6

  • django-forumbr 0.3.1.3 (15/12/2012): Compatible with Django 1.3/1.4

Install instructions

pip install django-forumbr

# then add forum to your settings INSTALLED_APPS # and url(r’^forum/’, include(‘forum.urls’, namespace=’forum’)) to your urls.py

# create the models and you’re done python manage.py syncdb

Optional

ForumBR uses a set of libraries to provide text formatting support. The default formatting syntax for replies is plain text. To turn on the support, install the disired library:

pip install bbcode pip install markdown pip install textile pip install docutils pip install html5lib # for plain html support

and then, set the FORUM_MARKUP language of your choice.

App Settings

ForumBR comes with a large set of configurable settings. For a complete list of options, take a look at django-forumbr/app_settings.

Auth

See django-forum/test_project for an example on how to integrate with django-registration.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-forumbr-0.4.0.1.tar.gz (183.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page