Skip to content

Commit

Permalink
Reinstating the API browser
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalsh committed Aug 27, 2013
1 parent ba0a04e commit 1e0cf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbudget/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
),
'DEFAULT_RENDERER_CLASSES': (
'rest_framework.renderers.UnicodeJSONRenderer',
#'rest_framework.renderers.BrowsableAPIRenderer',
'rest_framework.renderers.BrowsableAPIRenderer',
),
'DEFAULT_FILTER_BACKENDS': (
'rest_framework.filters.SearchFilter',
Expand Down

0 comments on commit 1e0cf0f

Please sign in to comment.