Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 292 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 292 Bytes

GrowthTrack

STEPS

1- Setup the Database

python SQL/sql_tables.py
python SQL/Update_table.py
python SQL/insert.py

2- Session setup

Run migrations for setting up session tables

python manage.py migrate

3- Run the server

python manage.py runserver