Add qr_code to list of installed addons

This commit is contained in:
Oliver Walters 2019-04-13 01:03:56 +10:00
parent dffb2b4dbe
commit b0f42fd30f

View File

@ -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 = [