Fix collectstaticfiles causing error

Fixes #23
This commit is contained in:
2023-01-08 15:43:15 +01:00
parent e5a9b9aa50
commit 9de1695a1c
5 changed files with 8 additions and 4 deletions

View File

@ -44,7 +44,7 @@ shell:
poetry run python src/web/manage.py shell
collectstatic:
poetry run python src/web/manage.py collectstatic
poetry run python src/web/manage.py collectstatic --clear --no-input
poetry.lock: pyproject.toml
poetry install