Fix collectstaticfiles causing error
All checks were successful
continuous-integration/drone/push Build is passing

Fixes #23
This commit is contained in:
2023-01-08 15:43:15 +01:00
parent e5a9b9aa50
commit 8e1c670ffd
5 changed files with 9 additions and 5 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