Skip to content

Commit

Permalink
Include django_filters in INSTALLED_APPS
Browse files Browse the repository at this point in the history
This fixes an issue which prevents the browseable API from rendering. For more details, see carltongibson/django-filter#562.

LEARNER-1590
  • Loading branch information
Renzo Lucioni committed Jul 13, 2017
1 parent acb0f2d commit c0c6daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions credentials/settings/base.py
Expand Up @@ -43,6 +43,7 @@
'waffle',
'storages',
'webpack_loader',
'django_filters',
'django_sites_extensions',
# TODO Set in EXTRA_APPS via configuration
'edx_credentials_themes',
Expand Down

0 comments on commit c0c6daf

Please sign in to comment.