mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
also run static on update
This commit is contained in:
parent
ee33de711a
commit
575cf87b98
3
tasks.py
3
tasks.py
@ -198,7 +198,7 @@ def translate(c):
|
|||||||
manage(c, "compilemessages")
|
manage(c, "compilemessages")
|
||||||
|
|
||||||
|
|
||||||
@task(pre=[install, migrate, translate_stats, clean_settings])
|
@task(pre=[install, migrate, translate_stats, static, clean_settings])
|
||||||
def update(c):
|
def update(c):
|
||||||
"""
|
"""
|
||||||
Update InvenTree installation.
|
Update InvenTree installation.
|
||||||
@ -211,6 +211,7 @@ def update(c):
|
|||||||
- install
|
- install
|
||||||
- migrate
|
- migrate
|
||||||
- translate_stats
|
- translate_stats
|
||||||
|
- static
|
||||||
- clean_settings
|
- clean_settings
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user