diff --git a/tasks.py b/tasks.py index 34528e2609..0578f69acd 100644 --- a/tasks.py +++ b/tasks.py @@ -236,7 +236,7 @@ def translate(c): manage(c, "compilemessages") -@task(pre=[install, migrate, translate_stats, static, clean_settings]) +@task(pre=[install, migrate, translate, static, clean_settings]) def update(c): """ Update InvenTree installation.