:py:mod:`oioioi.status` ======================= .. py:module:: oioioi.status .. autoapi-nested-parse:: The status app provides common ground for fetching updates from server. To get your data returned when asking for ``reverse('get_status')``, you have to register a function to :data:`oioioi.status.status_registry`. This function should act similar to programs handlers: take ``request`` and dictionary ``response`` -- output of previous functions, alter ``response`` and return it. Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 apps/index.rst processors/index.rst registry/index.rst urls/index.rst utils/index.rst views/index.rst