diff --git a/tasks.py b/tasks.py index fc69c8ba22..c103f0364c 100644 --- a/tasks.py +++ b/tasks.py @@ -15,7 +15,6 @@ def apps(): """ return [ - 'barcode', 'build', 'common', 'company', @@ -24,8 +23,9 @@ def apps(): 'part', 'report', 'stock', - 'InvenTree', 'users', + 'plugin', + 'InvenTree', ]