Course¶
Qualified name: intranet.apps.users.models.Course
- class intranet.apps.users.models.Course(*args, **kwargs)[source]¶
Bases:
Model
Represents 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
ForeignKey
fromSection
) – All sections of this course (related name ofcourse
)
Methods
Attributes
course_id
Type:
CharField
id
Type:
AutoField
name
Type:
CharField
objects
sections
Type: Reverse
ForeignKey
fromSection