Skip to content
flow-page-api.rst 776 B
Newer Older
=========
Flow Page Interface
-------------------

This describes the programming interface between Relate and a page in a flow.

.. automodule:: course.page.base

Validation
----------

.. automodule:: course.validation

Stub Docs
---------

.. currentmodule:: course.models

.. class:: Course
.. class:: FlowSession

.. currentmodule:: relate.utils

.. class:: SubdirRepoWrapper

.. currentmodule:: course.utils

.. class:: FlowPageContext
.. currentmodule:: relate.utils

.. class:: StyledForm

Canonicalization of Django Names
--------------------------------

.. currentmodule:: django.forms.forms

.. class:: Form

    See :class:`django.forms.Form`.

.. currentmodule:: django.http.request

.. class:: HttpRequest

    See :class:`django.http.HttpRequest`.