mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Run translation as part of the update process
This commit is contained in:
parent
0a3613476c
commit
ef530956a8
2
tasks.py
2
tasks.py
@ -236,7 +236,7 @@ def translate(c):
|
|||||||
manage(c, "compilemessages")
|
manage(c, "compilemessages")
|
||||||
|
|
||||||
|
|
||||||
@task(pre=[install, migrate, translate_stats, static, clean_settings])
|
@task(pre=[install, migrate, translate, static, clean_settings])
|
||||||
def update(c):
|
def update(c):
|
||||||
"""
|
"""
|
||||||
Update InvenTree installation.
|
Update InvenTree installation.
|
||||||
|
Loading…
Reference in New Issue
Block a user