Got attuned to work on Django project that used Django Rest Framework. Current GUI uses default styling.
I would like to re-style it.
There is an article describing re-styling: http://www.django-rest-framework.org/topics/browsable-api/
However I don't understand where to add rest_framework folder with the api.html. My existing project doesn't contain any folder related to REST.
"To customize the default style, create a template called rest_framework/api.html that extends from rest_framework/base.html"
Where to put rest_framework?