Skip to content

Models

CommonModel

Abstract 🇵🇾class:~django.db.models.Model with common fields for all "real" Models

Course

A course of instruction. e.g. COMSW1002 Computing in Context

testing mkdocstrings:

Changes from sphinxcontrib.apidoc:

  • Uses markdown in docstring rather than RsT. Will require lots of changes to docstrings.
  • Must have a docstring under each member in order for it to show up in the docs:
    • #: does not implement apidoc-style comments for members.

school_bulletin_prefix_code

School bulleting prefix_code

suffix_two

subject area code

CourseTerm

A specific course term (year+semester) instance. e.g. 20183COMSW1002

Instructor

An instructor.

Person

A person.