2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-17 23:08:28 +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
+1
View File
@@ -154,6 +154,7 @@ def static(c):
as per Django requirements.
"""
manage(c, "prerender")
manage(c, "collectstatic --no-input")