Browse Source

add django-shell target

Mohammed Khan 1 năm trước cách đây
mục cha
commit
5939b20682
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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