All and nothing
pip install -r requirements/local.txt
python manage.py migarte
python manage.py runserver
To create a admin, use this command:
python manage.py createsuperuser
pytest --cov-config .coveragerc --cov-report term --cov=socialapp
To run the tests, check your test coverage, and generate an HTML coverage report:
coverage run -m pytest
coverage html
open htmlcov/index.html
Running type checks with mypy:
$ mypy socialapp