Skip to main content

reusable django forums applications

Project description

django-forums
===============

All following sections are just dummies and may not work as excepted.

## Key features

* Reusable forums app
* ...

## Installation

If you want to install the latest stable release from PyPi:

$ pip install django-forums

If you want to install the latest development version from GitHub:

$ pip install -e git://github.com/byteweaver/django-forums#egg=django-forums

Add `forums` to your `INSTALLED_APPS`:

INSTALLED_APPS = (
...
'forums',
...
)

Hook this app into your ``urls.py``:

urlpatterns = patterns('',
...
url(r'^your-url/$', include('forums.urls')),
...
)

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-forums-0.0.1.tar.gz (3.4 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