Page Contents

Previous topic

omeroweb.webgateway.templatetags package

Next topic

omeroweb.webstart package

This Page

omeroweb.webredirect package

Submodules

omeroweb.webredirect.urls module

omeroweb.webredirect.views module

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.

omeroweb.webredirect.views.index(request, **kwargs)

Module contents