Trees | Indices | Help |
|
---|
|
A view functions is simply a Python function that takes a Web request and returns a Web response. This response can be the HTML contents of a Web page, or a redirect, or the 404 and 500 error, or an XML document, or an image... or anything.
|
|||
|
|
|||
logger = logging.getLogger(__name__)
|
Imports: HttpResponseRedirect, HttpResponseServerError, reverse, handlerInternalError, settings, logging, traceback
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 23 15:04:49 2014 | http://epydoc.sourceforge.net |