Project Overview Run project: # install modules $ pip install -r requirements.txt # run project $ cd scripts $ python run.py Apply migrations: $ cd scripts $ python migrate.py Make migrations: $ cd scripts $ python mkmig.py