geonode.services.forms ====================== .. py:module:: geonode.services.forms Attributes ---------- .. autoapisummary:: geonode.services.forms.logger Classes ------- .. autoapisummary:: geonode.services.forms.CreateServiceForm geonode.services.forms.ServiceForm Module Contents --------------- .. py:data:: logger .. py:class:: CreateServiceForm Bases: :py:obj:`django.forms.Form` .. py:attribute:: url .. py:attribute:: type .. py:method:: clean_url() .. py:method:: clean() Validates form fields that depend on each other .. py:class:: ServiceForm Bases: :py:obj:`django.forms.ModelForm` .. py:attribute:: title .. py:attribute:: description .. py:attribute:: abstract .. py:attribute:: keywords .. py:class:: Meta .. py:attribute:: model .. py:attribute:: fields :value: ('title', 'description', 'abstract', 'keywords')