Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 249 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 249 Bytes

DiscussionForum

Packages Required:

  1. install python 3
  2. install django
  3. install mysql
  4. install mysql-client

How to setup locally:

  1. Set database password
  2. Run the migration command
  3. start the server by: python3 manage.py runserver