1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #1210: Fix TemplateDoesNotExist errors on browsable API views

This commit is contained in:
Jeremy Stretch
2017-05-24 09:40:24 -04:00
parent 1c489e57cc
commit 68b6c7d886

View File

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