Commit 84b32a6e by Mushtaq Ali Committed by muhammad-ammar

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 f1fedfe7
......@@ -137,6 +137,7 @@ INSTALLED_APPS = (
'rest_framework.authtoken',
'oauth2_provider',
'rest_framework',
'django_filters',
'corsheaders',
'frontend',
'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