What does HttpResponse do in Django? a) Establishes a connection to the server b) Returns a string with HTML response c) Returns a string without HTML response d) Returns a response about HTTP connection e) Returns HTTP Request details f) None ...
Home/Python