I am beginner in Django REST framework and need your advice. I am developing a web service. The service has to provide REST interface to other services. The REST interface,
In the urls.py, the function login_required requires
from django.contrib.auth.decorators import login_required