I have a django application called 'main'. user authentication and everything seems fine. And I created a new app called 'upload' from startapp command. user can login on 'main' app but I can not get the logged in user from request.user on views of another app ('upload' app). It returns Anonymous user all the time. any way to get the logged in user? many thanks in advance.I have a django application called 'main'. user