Install Dependencies and Project
python3 -m venv ~/.virtualenvs/him_databasesource ~/.virtualenvs/him_database/bin/activategit clone git clone https://github.com/ncrmro/him_databasepip3 install requirements/development.txt
Run Migrations and Start Web Server
cd srcpython3 manage.py migratepython3 manage.py runserver
Run Tests and Lint
python3 manage.py test --settings=him_database.settings.testingprospector
See Heroku for more.