Home to exercises
Install development requirements:
pip install -r requirements/dev.txt
Install pre-commit hooks:
pre-commit install
Code!
To run the development server:
python manage.py runserver
To run the tests and view its coverage:
coverage run manage.py test
coverage report -m
Have fun!