fsi.models.course_subscription
Attributes
Classes
Linking table between CourseEvent and CourseAttendee. |
Module Contents
- class fsi.models.course_subscription.CourseSubscription[source]
Bases:
onegov.core.orm.Base
Linking table between CourseEvent and CourseAttendee. This table is defined in a way such that it can be used for a secondary join in CourseEvent.attendees.
attendee_id is Null if its a placeholder subscription.
- course_event: relationship[CourseEvent][source]
- attendee: relationship[CourseAttendee | None][source]