2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-23 07:10:55 +00:00

Add server init script

- Taken (mostly) from https://github.com/inventree/InvenTree/pull/1949
This commit is contained in:
Oliver
2021-08-17 23:10:57 +10:00
parent 8b66babd49
commit 187c9b0971
3 changed files with 71 additions and 2 deletions

@ -156,7 +156,7 @@ def migrate(c):
print("========================================")
manage(c, "makemigrations")
manage(c, "migrate")
manage(c, "migrate --noinput")
manage(c, "migrate --run-syncdb")
manage(c, "check")