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 from Section) – All sections of this course (related name of course)

Methods

Attributes

course_id

Type: CharField

id

Type: AutoField

name

Type: CharField

objects

sections

Type: Reverse ForeignKey from Section