Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 698 Bytes

django-simple-forum

A very simple/minimalistic Django Forum

The goal is to provide a very simple/minimalistic starter app for those seeking to add forum capabilities to their web application. Most of the code & ideas were taken from here:

http://lightbird.net/dbe/forum1.html

So a lot of thanks goes to the guy/girl who took the time to put the tutorial together.

Installation

Clone this repository and add it to your INSTALLED_APPS list then run:

./manage.py migrate django_simple_forums

to get the database schema setup.

Should you experience any issues do not hesistate to contact me at gil.yoanis at gmail.com or just file an issue.

Cheers!