magpie.ui.home.views ==================== .. py:module:: magpie.ui.home.views Classes ------- .. autoapisummary:: magpie.ui.home.views.HomeViews Module Contents --------------- .. py:class:: HomeViews(request) Bases: :py:obj:`magpie.ui.utils.BaseViews` Base methods for Magpie UI pages. .. py:method:: home_view() .. py:method:: error_view() Generates the wrapped API error view for cleaner error page returned by the UI. Renders a controlled UI error page with viewable details of the error generated by an API sub-request or some generic processing operation. The API HTTP error status code is forwarded to this UI response.