Skip to content

Commit 11b9360

Browse files
committed
Fix md for dj-command.
1 parent a775deb commit 11b9360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dj-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[[commands]]
44
name = "md"
55
help = "Do the migration dance"
6-
execute = "poetry run ./manage.py makemigrations && poetry run ./manage.py migrate"
6+
execute = "poetry run example/manage.py makemigrations && poetry run example/manage.py migrate"
77

88
[[commands]]
99
name = "up"

0 commit comments

Comments
 (0)