fsi.models.course
Classes
Extends the default |
Module Contents
- class fsi.models.course.Course[source]
Bases:
onegov.core.orm.Base
,onegov.search.ORMSearchable
Extends the default
Searchable
class with sensible defaults for SQLAlchemy orm models.- es_public = True[source]
Returns True if the model is available to be found by the public. If false, only editors/admins will see this object in the search results.
- events: sqlalchemy.orm.relationship[onegov.core.types.AppenderQuery[fsi.models.course_event.CourseEvent]][source]