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
@ -35,3 +35,6 @@ loadsample:
createsuperuser:
python src/web/manage.py createsuperuser
shell:
python src/web/manage.py shell