geonode.services.views
Attributes
Functions
|
This view shows the list of all registered services |
|
|
|
Add the service handler to the HttpSession. |
|
|
|
|
|
|
|
|
|
|
|
This view shows the details of a service |
|
Edit an existing Service |
|
Delete a service and its constituent layers |
Module Contents
- geonode.services.views.services(request)[source]
This view shows the list of all registered services
- geonode.services.views._get_service_handler(request, service)[source]
Add the service handler to the HttpSession. We use the django session object to store the service handler’s representation of the remote service between sequentially logic steps. This is done in order to improve user experience, as we avoid making multiple Capabilities requests (this is a time saver on servers that feature many layers.