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

initial implementation as in #1485

This commit is contained in:
2021-04-20 13:37:19 +02:00
parent 157d58b157
commit 2943dc6083
6 changed files with 120 additions and 14 deletions

View File

@ -154,6 +154,7 @@ def static(c):
as per Django requirements.
"""
manage(c, "prerender")
manage(c, "collectstatic --no-input")