Update infra

This commit is contained in:
2023-01-05 21:56:57 +01:00
parent 2807c5e00e
commit e6b5804e37
7 changed files with 390 additions and 23 deletions

View File

@ -22,7 +22,7 @@ migrate: makemigrations
poetry run python src/web/manage.py migrate
dev: migrate sethookdir
TZ=Europe/Prague poetry run python src/web/manage.py runserver
poetry run python src/web/manage.py runserver_plus
dumptracker:
poetry run python src/web/manage.py dumpdata --format yaml tracker --output tracker_fixture.yaml