fsi.request =========== .. py:module:: fsi.request Classes ------- .. autoapisummary:: fsi.request.FsiRequest Module Contents --------------- .. py:class:: FsiRequest(*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:property:: attendee :type: onegov.fsi.models.CourseAttendee | None .. py:property:: attendee_id :type: uuid.UUID | None .. py:property:: is_editor :type: bool Returns true if the current user is an editor. .. py:property:: is_member :type: bool