Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 410 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 410 Bytes

Clone the repo and follow the below steps to run the application:

  1. Run the following command in terminal of the root directory of the cloned repo to install all the dependencies: pip install -r requirements.txt

  2. Create migrations by running the following command in terminal(also in the root directory): python manage.py makemigrations app_task authentication python manage.py migrate