removed django filters

This commit is contained in:
vabene1111 2022-07-12 20:38:18 +02:00
parent b78d0ec30b
commit d464633c70

View File

@ -99,7 +99,6 @@ INSTALLED_APPS = [
'django_prometheus', 'django_prometheus',
'django_tables2', 'django_tables2',
'corsheaders', 'corsheaders',
'django_filters',
'crispy_forms', 'crispy_forms',
'rest_framework', 'rest_framework',
'rest_framework.authtoken', 'rest_framework.authtoken',