Home
Softono

Django Forum

Open source MIT Python
11
Stars
9
Forks
2
Issues
2
Watchers
4 years
Last Commit

 About Django Forum

Discussion forum based on django framework with minimalist design

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Django Forum?

We provide expert installation service for this software. Our team will install, configure, and secure Django Forum on your server. plans start at just $30.

Django Forum

View on GitHub

django-forum

Django-based forum web application with minimalist design.

Dependencies:

  • Pillow
  • django
  • django-crispy-forms

You can install these using pip install -r requirements.txt

Running:

Manually

After cloning this repo, create the database: python3 manage.py migrate --run-syncdb

and then create admin account by running: python3 manage.py createsuperuser

Then you should be able to run the server and create some topics at localhost:8000/admin. I plan to create sample database with some data in future.

Features:

User system

  • registration, login, update profile (change profile picture, change email...)

Posts

  • user can create post under topics created by admins (all by gui)
  • user can edit his posts, or delete them.

post list view inside topic:

comments list/create view under posts:

TODO:

  • posts and comments formatting
  • search
  • private messages