You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compilemessages: ## Compiles the translations into binary data.
pipenv run ./manage.py compilemessages
makemessages: ## Creates .po files of the marked strings for translating.
pipenv run ./manage.py makemessages --locale=de
test: ## Run all tests and report the coverage.
DJANGO_SETTINGS_MODULE=tests.settings pipenv run coverage run --source='.' manage.py test tests && pipenv run coverage html && pipenv run coverage report -m