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',