Explorar el Código

add django-shell target

Mohammed Khan hace 1 año
padre
commit
5939b20682
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -14,6 +14,10 @@ migrate:
 run-server:
 	poetry run python3 -m backend.manage runserver
 
+.PHONY: shell
+shell:
+	poetry run python -m backend.manage shell
+
 .PHONY: superuser
 superuser:
 	poetry run python3 -m backend.manage createsuperuser