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('webredirect')
|
Imports: HttpResponseRedirect, HttpResponseServerError, reverse, handlerInternalError, settings, logging, traceback
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 18 13:28:34 2011 | http://epydoc.sourceforge.net |