Which Django functions are used to take http requests and return http responses?

11. Which Django functions are used to take http requests and return http responses?

  1. Django views
  2. Django request() and response()
  3. Django templates
  4. Both A and B

Answer: A) Django views

Explanation:

To take http requests and return http responses, Django views are used which are Python functions.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.