All my models have relationship with User
, and by default all my query_set
will be made based on the user logged into the system. How would you do to get the user logged into any area of the app, for example the model , why will I create my objectManager
to bring the query per user? >