1
All my models has relationship with the User
, and for default all of mine query_set
will be made based on the user logged in to the system. How would you get the user logged in to any area of the app, for example the model, because in it I will create my own objectManager
to bring the query per user?