PeriodForm¶
Qualified name: tin.apps.courses.forms.PeriodForm
- class PeriodForm(course, *args, **kwargs)[source]¶
Bases:
ModelForm
Form 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.