From e1224ddd57f808d3165265ecd55d361d25823407 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Tue, 8 Jun 2021 10:02:59 +0200 Subject: [PATCH] Add django_filters to INSTALLED_APPS Fix TemplateDoesNotExist django_filters/rest_framework/form.html --- orchestra/conf/project_template/project_name/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/orchestra/conf/project_template/project_name/settings.py b/orchestra/conf/project_template/project_name/settings.py index 576dd0b8..f8c8d6a2 100644 --- a/orchestra/conf/project_template/project_name/settings.py +++ b/orchestra/conf/project_template/project_name/settings.py @@ -66,6 +66,7 @@ INSTALLED_APPS = [ 'admin_tools.dashboard', 'rest_framework', 'rest_framework.authtoken', + 'django_filters', 'passlib.ext.django', 'django_countries', # 'debug_toolbar',