app.model.orm.page_visit#
Classes#
A record of a single visit of a page in the app, intended to be aggregated |
Module Contents#
- class app.model.orm.page_visit.PageVisit[source]#
Bases:
app.model.orm.orm_base.OrmBaseA record of a single visit of a page in the app, intended to be aggregated into counts and deleted on a regular basis.
- createdAt: sqlalchemy.orm.Mapped[datetime.datetime][source]#