Django forum app
Project description
[![Build Status](https://travis-ci.org/urtzai/django-simple-forum.svg?branch=master)](https://travis-ci.org/urtzai/django-simple-forum) [![Code Health](https://landscape.io/github/urtzai/django-simple-forum/master/landscape.svg?style=flat)](https://landscape.io/github/urtzai/django-simple-forum/master)
# django-forum-app
A very simple/minimalistic Django Forum app based on yoanisgil's [Django simple forum](https://github.com/yoanisgil/django-simple-forum) project.
## Dependencies
* Django >= 1.8
* django-photologue >= 3.6
* django-tinymce >= 2.6.0
## Installation
Clone this repository and add it to your INSTALLED_APPS list:
```python
INSTALLED_APPS = [
...
'django_forum_app',
...
]
```
Then run migrations:
```
./manage.py migrate django_forums_app
```
## Custom options
Ther are some option you could overrite to change the default behaviour of the forum:
+ **POSTS_PER_PAGE**
Number of posts shown per page.
+ **DJANGO_FORUM_APP_FILTER_PROFANE_WORDS**
Attribute to filter profane words. Values should be *True*/*False*
+ **TINYMCE_DEFAULT_CONFIG**
Overriding this option you can change the tinymce editor behaviour.
## Support
Should you experience any issues do not hesistate to post an issue or contribute in this project pulling requests.
## Travis CI status
We use Travis to check that the unit test suite is working against various combinations of Python, Django, etc...
[Click here for the full report](http://travis-ci.org/#!/urtzai/django-forum-app).
# django-forum-app
A very simple/minimalistic Django Forum app based on yoanisgil's [Django simple forum](https://github.com/yoanisgil/django-simple-forum) project.
## Dependencies
* Django >= 1.8
* django-photologue >= 3.6
* django-tinymce >= 2.6.0
## Installation
Clone this repository and add it to your INSTALLED_APPS list:
```python
INSTALLED_APPS = [
...
'django_forum_app',
...
]
```
Then run migrations:
```
./manage.py migrate django_forums_app
```
## Custom options
Ther are some option you could overrite to change the default behaviour of the forum:
+ **POSTS_PER_PAGE**
Number of posts shown per page.
+ **DJANGO_FORUM_APP_FILTER_PROFANE_WORDS**
Attribute to filter profane words. Values should be *True*/*False*
+ **TINYMCE_DEFAULT_CONFIG**
Overriding this option you can change the tinymce editor behaviour.
## Support
Should you experience any issues do not hesistate to post an issue or contribute in this project pulling requests.
## Travis CI status
We use Travis to check that the unit test suite is working against various combinations of Python, Django, etc...
[Click here for the full report](http://travis-ci.org/#!/urtzai/django-forum-app).
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_forum_app-0.1.tar.gz
(21.6 kB
view hashes)