hello!
By default, after authentication on /admin, function authenticate()
returns User
object,
what if i want to get proxy model for the User (i.g. called HandyUser) in return ? In my project, in all custom auth backends, i'm using HandyUser instead of User.
thanks