Add django_filters to INSTALLED_APPS

Fix TemplateDoesNotExist django_filters/rest_framework/form.html
This commit is contained in:
Santiago L 2021-06-08 10:02:59 +02:00
parent 7b59931bcf
commit e1224ddd57
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ INSTALLED_APPS = [
'admin_tools.dashboard', 'admin_tools.dashboard',
'rest_framework', 'rest_framework',
'rest_framework.authtoken', 'rest_framework.authtoken',
'django_filters',
'passlib.ext.django', 'passlib.ext.django',
'django_countries', 'django_countries',
# 'debug_toolbar', # 'debug_toolbar',