How to run this project
-
Download and extract this project
-
Create an environment and install all the libraries from requiements.txt
pip freeze -r requirements.txt -
Migrate the project using
python manage.py migrate -
Create a superuser using
python manage.py createsuperuser -
Run the project using
python manage.py runserver