Django User object has no attribute user
I am trying to create some custom authentication classes to check if the request user is part of certain groups or not. However, I am getting this AttributeError: ‘User’ object has no attribute ‘user’ appear and I dont know how to resolve it.