Course¶
Qualified name: intranet.apps.users.models.Course
- class intranet.apps.users.models.Course(*args, **kwargs)[source]¶
Bases:
ModelRepresents a course at TJ (not to be confused with section)
NOTE: This model is no longer used because of privacy reasons.
- Parameters:
Reverse relationships:
- Parameters:
sections (Reverse
ForeignKeyfromSection) – All sections of this course (related name ofcourse)
Methods
Attributes
course_idType:
CharFieldidType:
AutoFieldnameType:
CharFieldobjectssectionsType: Reverse
ForeignKeyfromSection