Skip to content

Commit a8a0e3a

Browse files
committed
add manage targets to Makefile
1 parent 7c9611c commit a8a0e3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ migrate:
3838
migrations:
3939
$(DEV_CMD) makemigrations -n $(N)
4040

41+
manage:
42+
$(DEV_CMD) $(ARG)
43+
4144
bot:
4245
$(DEV_CMD) run_bot
4346

@@ -86,6 +89,9 @@ in-container/bot:
8689
in-container/migrate:
8790
$(MANAGE) migrate
8891

92+
in-container/manage:
93+
$(MANAGE) $(ARG)
94+
8995

9096
# Docker management targets
9197
# =========================

0 commit comments

Comments
 (0)