πŸ“Š Django
Q. What does request.user represent in Django?
  • (A) The username only
  • (B) The user password
  • (C) The current logged-in user object
  • (D) The admin user
πŸ’¬ Discuss
βœ… Correct Answer: (C) The current logged-in user object

Explanation: request.user gives access to the current authenticated user object.

Explanation by: Mr. Dubey
request.user gives access to the current authenticated user object.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
69
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate