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
$(VIRTUAL_ENV)/bin/python manage.py compilemessages -l de
$(VIRTUAL_ENV)/bin/python manage.py migrate
$(VIRTUAL_ENV)/bin/python manage.py populate
$(VIRTUAL_ENV)/bin/python manage.py runserver
.PHONY: makemessages
makemessages: $(VIRTUAL_ENV)
$(VIRTUAL_ENV)/bin/python manage.py makemessages -l de -d django --ignore=node_modules
$(VIRTUAL_ENV)/bin/python manage.py makemessages -l de -d djangojs --ignore=node_modules
.PHONY: test
test: $(VIRTUAL_ENV)
$(VIRTUAL_ENV)/bin/pip install coverage
$(VIRTUAL_ENV)/bin/coverage run --branch --omit=.venv/* manage.py test
$(VIRTUAL_ENV)/bin/coverage html --skip-covered
.PHONY: lint
lint: $(VIRTUAL_ENV)
$(VIRTUAL_ENV)/bin/pip install flake8 isort
$(VIRTUAL_ENV)/bin/isort api demo devicegroups devices devicetags devicetypes history Lagerregal locale locations mail main media network users devicedata