diff --git a/Makefile b/Makefile index 8690924..cb14996 100644 --- a/Makefile +++ b/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 \ No newline at end of file + python src/web/manage.py createsuperuser + +shell: + python src/web/manage.py shell \ No newline at end of file