Skip to content

Commit 86ba9f0

Browse files
committed
chore: dbshell 커맨드 shortcut 추가
1 parent 03c1df6 commit 86ba9f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ local-shell:
6060
local-shell-plus:
6161
@ENV_PATH=envfile/.env.local uv run python app/manage.py shell_plus
6262

63+
# Run django db-shell
64+
local-dbshell:
65+
@ENV_PATH=envfile/.env.local uv run python app/manage.py dbshell
66+
6367
# Run django makemigrations
6468
local-makemigrations:
6569
@ENV_PATH=envfile/.env.local uv run python app/manage.py makemigrations

0 commit comments

Comments
 (0)