Skip to content
page.rst 720 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

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`.

Stub Docs
=========

.. currentmodule:: course.models

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

.. currentmodule:: relate.utils

.. class:: SubdirRepoWrapper

.. currentmodule:: course.utils

.. class:: FlowPageContext