Skip to main content

Django forum app

Project description

Django-forum-app
================
.. image:: https://img.shields.io/pypi/v/django-forum-app.svg
:target: https://pypi.python.org/pypi/django-forum-app/
:alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/django-forum-app.svg
:target: https://pypi.python.org/pypi/django-forum-app/
:alt: Number of PyPI downloads

.. image:: https://travis-ci.org/urtzai/django-forum-app.svg?branch=master
:target: https://travis-ci.org/urtzai/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:

INSTALLED_APPS = [
...
'django_forum_app',
...
]

Then run migrations:

./manage.py migrate django_forums_app

Finally, add this in urls.py:

url(r'^forum/', include('django_forum_app.urls')),

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.2.tar.gz (22.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