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

Entrypoint script - start.sh

This commit is contained in:
Oliver Walters
2021-04-02 00:40:47 +11:00
parent 8d3b9e2ca4
commit 2436b1f2c9
4 changed files with 53 additions and 6 deletions

View File

@ -143,7 +143,7 @@ def static(c):
as per Django requirements.
"""
manage(c, "collectstatic")
manage(c, "collectstatic --no-input")
@task(pre=[install, migrate, static])