feat: indie status page SaaS - initial release
This commit is contained in:
parent
ee2bc87ade
commit
b7a8142ca0
14 changed files with 2703 additions and 0 deletions
|
|
@ -8,6 +8,12 @@ from app.models.models import (
|
|||
NotificationLog,
|
||||
SiteSetting,
|
||||
)
|
||||
from app.models.saas_models import (
|
||||
User,
|
||||
Organization,
|
||||
OrganizationMember,
|
||||
StatusPage,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"Service",
|
||||
|
|
@ -18,4 +24,8 @@ __all__ = [
|
|||
"Subscriber",
|
||||
"NotificationLog",
|
||||
"SiteSetting",
|
||||
"User",
|
||||
"Organization",
|
||||
"OrganizationMember",
|
||||
"StatusPage",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue