2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Fix location of entrypoint scripts

This commit is contained in:
Oliver Walters
2021-04-10 22:35:10 +10:00
parent 5d9e273559
commit 8f626d305e
4 changed files with 19 additions and 9 deletions

View File

@ -117,6 +117,14 @@ def check(c):
manage(c, "check")
@task
def wait(c):
"""
Wait until the database connection is ready
"""
manage(c, "wait_for_db")
@task
def migrate(c):
"""