geonode.geoapps.models ====================== .. py:module:: geonode.geoapps.models Attributes ---------- .. autoapisummary:: geonode.geoapps.models.logger Classes ------- .. autoapisummary:: geonode.geoapps.models.GeoApp Module Contents --------------- .. py:data:: logger .. py:class:: GeoApp(*args, **kwargs) Bases: :py:obj:`geonode.base.models.ResourceBase` A GeoApp it is a generic container for every client applications the user might want to create or define. .. py:attribute:: PERMISSIONS .. py:attribute:: name .. py:attribute:: last_modified .. py:method:: __str__() .. py:property:: class_name .. py:property:: sender .. py:property:: center . A handy shortcut for the center_x and center_y properties as a tuple (read only) .. py:property:: type .. py:property:: is_public . Returns True if anonymous (public) user can view geoapp. .. py:property:: keywords_list .. py:method:: get_absolute_url() .. py:property:: embed_url