To install Best Browsable API, run this command in your django project:
$ pip install -e git+https://github.com/Nekmo/best-browsable-api.git@master#egg=best_browsable_api
And add best_browsable_api
to your INSTALLED_APPS
setting (before rest_framework
):
INSTALLED_APPS = [
"best_browsable_api", # Before rest_framework!
"rest_framework",
]
Is your json too big? The library collapses the browsable api tree.