mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add qr_code to list of installed addons
This commit is contained in:
parent
dffb2b4dbe
commit
b0f42fd30f
@ -54,12 +54,14 @@ INSTALLED_APPS = [
|
|||||||
'company.apps.CompanyConfig',
|
'company.apps.CompanyConfig',
|
||||||
'build.apps.BuildConfig',
|
'build.apps.BuildConfig',
|
||||||
|
|
||||||
|
# Third part add-ons
|
||||||
'django_filters',
|
'django_filters',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
'simple_history',
|
'simple_history',
|
||||||
'crispy_forms',
|
'crispy_forms',
|
||||||
'import_export',
|
'import_export',
|
||||||
'django_cleanup',
|
'django_cleanup',
|
||||||
|
'qr_code',
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
Loading…
Reference in New Issue
Block a user