Skip to content

Class peagen.orm.tenants.Tenant

peagen.orm.tenants.Tenant

Bases: Tenant, Bootstrappable, Upsertable

DEFAULT_ROWS class-attribute instance-attribute

DEFAULT_ROWS = [
    {"id": DEFAULT_TENANT_ID, "slug": DEFAULT_TENANT_SLUG}
]