πŸ“Š Django
Q. Which view type handles HTTP methods like GET, POST in Django?
  • (A) Function-based view
  • (B) Static view
  • (C) HTML view
  • (D) Command view
πŸ’¬ Discuss
βœ… Correct Answer: (A) Function-based view

Explanation: Function-based views define logic for HTTP methods like GET and POST.

Explanation by: Mr. Dubey
Function-based views define logic for HTTP methods like GET and POST.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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