Add filter backend for storage model in API

This commit is contained in:
2021-12-30 21:55:35 +01:00
parent a73fba0f1b
commit e6eb9346a8
3 changed files with 6 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ INSTALLED_APPS = [
'parts.apps.PartsConfig',
'api.apps.ApiConfig',
'rest_framework.authtoken',
'django_filters',
'qr_code',
'rest_framework',
'crispy_forms',

View File

@@ -58,6 +58,7 @@ INSTALLED_APPS = [
'parts.apps.PartsConfig',
'api.apps.ApiConfig',
'rest_framework.authtoken',
'django_filters',
'qr_code',
'rest_framework',
'crispy_forms',