From c056ad816ec53377c2296512d0744499d611c34b Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Tue, 23 Oct 2018 17:17:12 +0600 Subject: [PATCH] django-filters to installed apps --- example/example/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/example/example/settings.py b/example/example/settings.py index 3b5ecec..7d35348 100644 --- a/example/example/settings.py +++ b/example/example/settings.py @@ -40,6 +40,7 @@ INSTALLED_APPS = [ 'django.contrib.staticfiles', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', + 'django_filters' 'rest_framework', 'djadmin2', 'djadmin2.tests',