aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/settings.py
diff options
context:
space:
mode:
authorGravatar ImportErr <[email protected]>2018-12-08 11:55:40 +0000
committerGravatar ImportErr <[email protected]>2018-12-08 11:55:40 +0000
commit65b3381cfd35949ef457d5f794f83dbd3a4bd45c (patch)
tree1867912cf613498a4ca56fe3a0ef8660876157e3 /pysite/settings.py
parentRenamed class in test_users (diff)
parentBump minimum DRF version to `3.9.0`. (diff)
Fixed merge conflicts
Diffstat (limited to 'pysite/settings.py')
-rw-r--r--pysite/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/settings.py b/pysite/settings.py
index c3373250..0175fb46 100644
--- a/pysite/settings.py
+++ b/pysite/settings.py
@@ -73,6 +73,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'django_hosts',
+ 'django_filters',
'rest_framework',
'rest_framework.authtoken'
]