- Install the dependencies
pip3 install -r requirements.txt
Set debug mode to FALSE for dev environment in settings.py
DEBUG = True
-
Apply migration
python manage.py makemigrations
python manage.py migrate
-
Running the application
python manage.py runserver