From 6473fbea4d4b7f39a5a931c122e4e38578561329 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Tue, 23 Oct 2018 17:32:17 +0600 Subject: [PATCH] fixed typo --- example/example/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example/settings.py b/example/example/settings.py index 7d35348..65b4255 100644 --- a/example/example/settings.py +++ b/example/example/settings.py @@ -40,7 +40,7 @@ INSTALLED_APPS = [ 'django.contrib.staticfiles', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', - 'django_filters' + 'django_filters', 'rest_framework', 'djadmin2', 'djadmin2.tests',