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',
|
||||
'build.apps.BuildConfig',
|
||||
|
||||
# Third part add-ons
|
||||
'django_filters',
|
||||
'rest_framework',
|
||||
'simple_history',
|
||||
'crispy_forms',
|
||||
'import_export',
|
||||
'django_cleanup',
|
||||
'qr_code',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
Loading…
Reference in New Issue
Block a user