python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Django JWT auth without migration
I have 2 projects written by Django : 1- Authentication(P1) and 2- my_API(P2). in P1 I use DRF-simplejwt and 'dj-rest-auth' to register,login,logout,reset password ,... for P2 I need authentication. M...
Ali Darvishi
Votes: 0
Answers: 1
rest_framework.request.WrappedAttributeError: 'AccountManager' object has no attribute 'get'
I am working on my Django project, I am getting this error but i don't really know how to fix it exactly, i have created my custom user model and the user manager
class AccountManager(BaseManager):
de...
th3plus
Votes: 0
Answers: 1
Django REST rest_framework.testsAPIClient post method returns 400 bad request
My tests are failing to create a Designer object but I can manually create with Postman once the server is running. I suspect it's something with the APIClient?
I am using rest_framework_simplejwt and...

veziop
Votes: 0
Answers: 1
Django Rest Framework Simple JWT getting anonymous user
I want to use Rest Framework simpleJWT as authentication earlier I was using Django default authentication.
Here are views currently I am getting AnonymousUser error, what changes do I need to get a ...
MrHasi
Votes: 0
Answers: 1