Small standalone django forums application
Project description
# django-forums
[![Build Status](https://travis-ci.org/byteweaver/django-forums.svg?branch=master)](https://travis-ci.org/byteweaver/django-forums)
Small standalone django forums application.
## Key features
* Reusable forums app
* Templates use Bootstrap (twitter) styles
* ...
## 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'^forums/', include('forums.urls', namespace='forums')),
...
)
## Versions
With the latest update, starting from version 0.1.x, django-forums supports django 1.5 and beyond. The default templates are now based on bootstrap-3.
If you use an older version of django or bootstrap, please have a look at version 0.9.0, but remember it is no longer maintained. The template syntax changed between django 1.4 and 1.5 (namespace of url tags are required to be quoted) so using a django version prior to 1.5 leads to template syntax errors.
## Tests
To run the tests you need the test runner `tox`:
$ pip install tox
Then just call him:
$ tox
## Tips and tricks
To improve the bootstrap form integration check out tzangms/django-bootstrap-form and override the forms.html template or have a look at issue #8 how to path the source code.
To override the template file make sure you add the application containing the new template first.
[![Build Status](https://travis-ci.org/byteweaver/django-forums.svg?branch=master)](https://travis-ci.org/byteweaver/django-forums)
Small standalone django forums application.
## Key features
* Reusable forums app
* Templates use Bootstrap (twitter) styles
* ...
## 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'^forums/', include('forums.urls', namespace='forums')),
...
)
## Versions
With the latest update, starting from version 0.1.x, django-forums supports django 1.5 and beyond. The default templates are now based on bootstrap-3.
If you use an older version of django or bootstrap, please have a look at version 0.9.0, but remember it is no longer maintained. The template syntax changed between django 1.4 and 1.5 (namespace of url tags are required to be quoted) so using a django version prior to 1.5 leads to template syntax errors.
## Tests
To run the tests you need the test runner `tox`:
$ pip install tox
Then just call him:
$ tox
## Tips and tricks
To improve the bootstrap form integration check out tzangms/django-bootstrap-form and override the forms.html template or have a look at issue #8 how to path the source code.
To override the template file make sure you add the application containing the new template first.
Project details
Release history Release notifications | RSS feed
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.3.0.tar.gz
(10.1 kB
view details)
File details
Details for the file django-forums-0.3.0.tar.gz
.
File metadata
- Download URL: django-forums-0.3.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d91e97646d6caa75ff441610d71dfd4df29ff3232735797c3e3d4c55b0b0f55 |
|
MD5 | b447765b44bb25bd8457482b0d7959fb |
|
BLAKE2b-256 | 9237628551f16226c407114bef7f56836f047edb3b6d4be5ff644951dbc9ca0f |