To run current application on your local host please install all required tools on your local environment.
Create Virtual environment on your directory
-
- virtualenv env
-
- pip install requirements.txt
After you install all required files and libraries go to App Folder and migrate Migrations
- python3 manage.py runserver
Enjoy the application