We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
md
1 parent a775deb commit 11b9360Copy full SHA for 11b9360
.dj-config.toml
@@ -3,7 +3,7 @@
3
[[commands]]
4
name = "md"
5
help = "Do the migration dance"
6
-execute = "poetry run ./manage.py makemigrations && poetry run ./manage.py migrate"
+execute = "poetry run example/manage.py makemigrations && poetry run example/manage.py migrate"
7
8
9
name = "up"
0 commit comments