PreHab Backend
Now with CI on Travis and CD on Jenkins
Migrate Database
python manage.py makemigrations prehab_app
python manage.py migrate prehab_app
Sync Database with information (Only if needed)
python manage.py loaddata prehab/fixtures/*
Run Unit Tests
coverage run manage.py test prehab_app
Lint All the Code
autopep8 ./ --recursive --in-place --pep8-passes 2000 --verbose --max-line-length 140
Get Coverage Report in HTML
coverage html