Explorar o código

add django-shell target

Mohammed Khan %!s(int64=2) %!d(string=hai) anos
pai
achega
5939b20682
Modificáronse 1 ficheiros con 4 adicións e 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