Module views
source code
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('views-admin')
|
|
connectors = {}
|
Imports:
os,
sys,
locale,
calendar,
datetime,
traceback,
logging,
re,
time,
omero_version,
settings,
SessionStore,
template_loader,
reverse,
HttpResponse,
HttpRequest,
HttpResponseRedirect,
Http404,
render_to_response,
Context,
simplejson,
_,
page_not_found,
server_error,
debug,
cache,
smart_str,
OmeroWebGateway,
LoginForm,
ForgottonPasswordForm,
ExperimenterForm,
GroupForm,
GroupOwnerForm,
MyAccountForm,
ChangePassword,
ContainedExperimentersForm,
UploadPhotoForm,
EnumerationEntry,
EnumerationEntries,
BaseController,
BaseExperimenters,
BaseExperimenter,
BaseGroups,
BaseGroup,
BaseDriveSpace,
usersData,
BaseUploadFile,
BaseEnums,
_session_logout,
_checkVersion,
_isServerOn,
toBoolean,
upgradeCheck,
getGuestConnection,
getBlitzConnection
- Decorators:
@isUserConnected
@isAnythingCreated
|
- Decorators:
@isAdminConnected
@isAnythingCreated
|
manage_experimenter(request,
action,
eid=None,
**kwargs)
| source code
|
- Decorators:
@isAdminConnected
@isAnythingCreated
|
- Decorators:
@isAdminConnected
@isAnythingCreated
|
manage_group(request,
action,
gid=None,
**kwargs)
| source code
|
- Decorators:
@isAdminConnected
@isAnythingCreated
|
manage_group_owner(request,
action,
gid,
**kwargs)
| source code
|
- Decorators:
|