diff options
Diffstat (limited to 'pysite')
| -rw-r--r-- | pysite/settings.py | 1 | 
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'  ]  |