geonode.geoapps.views
Attributes
Functions
|
Resolve the GeoApp by the provided typename and check the optional permission. |
|
|
|
The view that returns the app composer opened to the app with the given app ID. |
|
|
|
|
|
Module Contents
- geonode.geoapps.views._resolve_geoapp(request, id, permission='base.change_resourcebase', msg=_PERMISSION_MSG_GENERIC, **kwargs)[source]
Resolve the GeoApp by the provided typename and check the optional permission.
- geonode.geoapps.views.geoapp_edit(request, geoappid, template='apps/app_edit.html')[source]
The view that returns the app composer opened to the app with the given app ID.
- geonode.geoapps.views.geoapp_metadata_detail(request, geoappid, template='apps/app_metadata_detail.html', custom_metadata=None)[source]