Skip to content

Commit

Permalink
Bug 1372640 - Add django-filters to INSTALLED_APPS
Browse files Browse the repository at this point in the history
The jobdetail browsable API pages were returning HTTP 500 since as of
carltongibson/django-filter#580 it's necessary to add django-filter to
INSTALLED_APPS: https://django-filter.readthedocs.io/en/latest/guide/install.html
  • Loading branch information
SJasoria committed Jun 19, 2017
1 parent a0fbe83 commit 67e9c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions treeherder/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def server_supports_tls(url):
'rest_framework_swagger',
'hawkrest',
'corsheaders',
'django_filters',
'graphene_django',
# treeherder apps
'treeherder.model',
Expand Down

0 comments on commit 67e9c76

Please sign in to comment.