Add make shell

This commit is contained in:
Lukáš Kucharczyk 2023-01-03 22:04:22 +01:00
parent 250f841e00
commit b1c8f58855
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.PHONY: createsuperuser .PHONY: createsuperuser shell
all: css migrate all: css migrate
@ -34,4 +34,7 @@ loadsample:
python src/web/manage.py loaddata sample.yaml python src/web/manage.py loaddata sample.yaml
createsuperuser: createsuperuser:
python src/web/manage.py createsuperuser python src/web/manage.py createsuperuser
shell:
python src/web/manage.py shell