Commit a9e03bc7 by Mushtaq Ali Committed by muzaffaryousaf

add `django_filter` to INSTALLED_APPS to fix TemplateNotExist error when accessing rest api views

See https://github.com/edx/credentials/pull/284/files and
https://github.com/carltongibson/django-filter/issues/562
parent ca3bd8f2
...@@ -138,6 +138,7 @@ INSTALLED_APPS = ( ...@@ -138,6 +138,7 @@ INSTALLED_APPS = (
'rest_framework.authtoken', 'rest_framework.authtoken',
'oauth2_provider', 'oauth2_provider',
'rest_framework', 'rest_framework',
'django_filters',
'corsheaders', 'corsheaders',
'frontend', 'frontend',
'VEDA_OS01', 'VEDA_OS01',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment