How to disable admin-style browsable interface of django-rest-framework?

I am using django-rest-framework. It provides an awesome Django admin style browsable self-documenting API. But anyone can visit those pages and use the interface to add data (POST). How can I disable it?

3 Answers
3

Leave a Comment