translator_directory.request ============================ .. py:module:: translator_directory.request Classes ------- .. autoapisummary:: translator_directory.request.TranslatorAppRequest Module Contents --------------- .. py:class:: TranslatorAppRequest(*args, **kwargs) Bases: :py:obj:`onegov.town6.request.TownRequest` 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.translator_directory.app.TranslatorDirectoryApp :class:`morepath.App` instance currently handling request. .. py:property:: is_member :type: bool .. py:property:: is_editor :type: bool Returns true if the current user is an editor. .. py:property:: is_translator :type: bool