This project is a discussion board (a forum). The whole idea is to maintain several boards, which will behave like categories. Then, inside a specific board, a user can start a new discussion by creating a new topic. In this topic, other users can engage in the discussion posting replies.
Detailed documentation is in the "docs" directory.
Clone the repository to your local machine:
git clone git@github.com:sibtc/django-beginners-guide.git
Install widget tweaks module:
pip install django-widget-tweaks
Create the database:
python manage.py migrate
Finally, run the development server:
python manage.py runserver
Start the development server and visit http://127.0.0.1:8000/