What is request user in django?



What is request user in django?..

Answer / Nitin Jain

Request user in Django refers to the authenticated user for the current request. It's available as the attribute request.user. If a user is not authenticated, request.user will be an anonymous user instance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

What does mixin mean?

1 Answers  


Can foreign key be null?

1 Answers  


What does django do?

1 Answers  


Can you explain the working philosophy of Django?

1 Answers  


What is django in python?

1 Answers  


Is django a programming language?

1 Answers  


Is django a web server?

1 Answers  


What is Rest API ?

1 Answers  


What is django framework in python?

1 Answers  


Why use django crispy forms?

1 Answers  


Can gunicorn serve static files?

1 Answers  


What is the usage of help() and dir() function in python ?

1 Answers  


Categories