Browse Source

Fixes #1210: Fix TemplateDoesNotExist errors on browsable API views

Jeremy Stretch 8 years ago
parent
commit
68b6c7d886
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netbox/netbox/settings.py

+ 1 - 0
netbox/netbox/settings.py

@@ -112,6 +112,7 @@ INSTALLED_APPS = (
     'django.contrib.humanize',
     'corsheaders',
     'debug_toolbar',
+    'django_filters',
     'django_tables2',
     'mptt',
     'rest_framework',