PeriodForm¶
Qualified name: tin.apps.courses.forms.PeriodForm
- class PeriodForm(course, *args, **kwargs)[source]¶
Bases:
ModelFormForm fields:
name: Name (CharField)teacher: Teacher (ModelChoiceField)students: Students (ModelMultipleChoiceField)
Methods
Attributes
Return all media required to render the widgets on this form.
- property media¶
Return all media required to render the widgets on this form.