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