diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index a4386800a9..ced66b2166 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -54,12 +54,14 @@ INSTALLED_APPS = [ 'company.apps.CompanyConfig', 'build.apps.BuildConfig', + # Third part add-ons 'django_filters', 'rest_framework', 'simple_history', 'crispy_forms', 'import_export', 'django_cleanup', + 'qr_code', ] MIDDLEWARE = [