Skip to content

niutool/niuforum

Repository files navigation

niuforum

A quick and simple forum which uses the Django Framework

Installation

niuforum requires python3 and django 1.9

  • clone the source code
git clone https://github.com/niutool/niuforum.git niuforum
  • install requirements
pip install -r requirements.txt
  • create database
python manage.py makemigrations
python manage.py migrate
  • after that, you can run the server
python manage.py runserver

Configuration

  • create a super user, who can login admin page and edit database
python manage.py createsuperuser
python manage.py initforum newuser

Getting Help

To get more help, please visit http://niutool.com

About

A quick and simple forum which uses the Django Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published