[Answered ]-Django-rest-framework tutorial 4 (authentic​ation-and-​permission​s) issue

2👍

You’ll need to import Django’s user class.

from django.contrib.auth.models import User

That import line isn’t currently mentioned. I guess it probably should be.

Leave a comment