module documentation

Forms used in the riskpredictor app.

The first form, the CheckpointModelForm, is used to create a new models.CheckpointModel and makes sure that the user enters a valid git repository and revision.

Class CheckpointModelForm Form for creating a new CheckpointModel instance.
Class RangeInput A widget for a range slider input field.
Class RiskpredictorForm Form for the riskpredictor dashboard page.
Type Variable T Undocumented
T = ΒΆ

Undocumented

Value
TypeVar('T',
        bound='RiskpredictorForm')