Add make shell
This commit is contained in:
parent
250f841e00
commit
b1c8f58855
7
Makefile
7
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PHONY: createsuperuser
|
||||
.PHONY: createsuperuser shell
|
||||
|
||||
all: css migrate
|
||||
|
||||
|
@ -34,4 +34,7 @@ loadsample:
|
|||
python src/web/manage.py loaddata sample.yaml
|
||||
|
||||
createsuperuser:
|
||||
python src/web/manage.py createsuperuser
|
||||
python src/web/manage.py createsuperuser
|
||||
|
||||
shell:
|
||||
python src/web/manage.py shell
|
Loading…
Reference in New Issue