Add collect statics in the makefile

This commit is contained in:
Fundor333
2021-01-07 19:50:46 +01:00
parent 35c3deb0ce
commit b481992ec0

View File

@@ -19,6 +19,7 @@ install: env ## Make venv and install requirements
migrate: ## Make and run migrations
pipenv run python manage.py makemigrations
pipenv run python manage.py migrate
pipenv run python manage.py collectstatic --noinput
.PHONY: test
test: ## Run tests