-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Luís Melo edited this page Apr 22, 2018
·
1 revision
https://www.python.org/downloads/release/python-360/
pip install -r requirements.txt
python manage.py makemigrations prehab_app
python manage.py migrate prehab_app
python manage.py runserver 0.0.0.0:8000
Go to: localhost:8000
to see your app!
autopep8 ./ --recursive --in-place --pep8-passes 2000 --verbose --max-line-length 140
coverage run manage.py test prehab_app
coverage html
python manage.py loaddata prehab/fixtures/*