We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c1df6 commit 86ba9f0Copy full SHA for 86ba9f0
1 file changed
Makefile
@@ -60,6 +60,10 @@ local-shell:
60
local-shell-plus:
61
@ENV_PATH=envfile/.env.local uv run python app/manage.py shell_plus
62
63
+# Run django db-shell
64
+local-dbshell:
65
+ @ENV_PATH=envfile/.env.local uv run python app/manage.py dbshell
66
+
67
# Run django makemigrations
68
local-makemigrations:
69
@ENV_PATH=envfile/.env.local uv run python app/manage.py makemigrations
0 commit comments