Add make shell
This commit is contained in:
parent
250f841e00
commit
b1c8f58855
5
Makefile
5
Makefile
|
@ -1,4 +1,4 @@
|
||||||
.PHONY: createsuperuser
|
.PHONY: createsuperuser shell
|
||||||
|
|
||||||
all: css migrate
|
all: css migrate
|
||||||
|
|
||||||
|
@ -35,3 +35,6 @@ loadsample:
|
||||||
|
|
||||||
createsuperuser:
|
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