feriennet.request ================= .. py:module:: feriennet.request Classes ------- .. autoapisummary:: feriennet.request.FeriennetRequest Module Contents --------------- .. py:class:: FeriennetRequest(*args, **kwargs) Bases: :py:obj:`onegov.org.request.OrgRequest` Extends the default Morepath request with virtual host support and other useful methods. Virtual hosting might be supported by Morepath directly in the future: https://github.com/morepath/morepath/issues/185 .. py:attribute:: app :type: onegov.feriennet.app.FeriennetApp :class:`morepath.App` instance currently handling request. .. py:property:: is_organiser :type: bool Returns true if the current user is an organiser or better. .. py:property:: is_organiser_only :type: bool Returns true if the current user is an organiser, but not an admin. .. py:property:: is_manager :type: bool Using feriennet only admins are managers. The editors are organisers with a very limited set of capabilities. .. py:property:: is_admin :type: bool Returns true if the current user is an admin.