restful-authentication

Implementing the custom permissions from the Django REST framework tutorial

Implementing the custom permissions from the Django REST framework tutorial Question: I’m following the Django REST framework tutorial (part 4) but I’m observing a discrepancy between the behavior of my API and what is expected according to the tutorial. Here is my project-level urls.py: from django.contrib import admin from django.urls import path, include from rest_framework.urlpatterns …

Total answers: 3