add app_saas todo: 与 social_login 一起时有 bug

This commit is contained in:
Ivan Office
2024-12-06 20:24:16 +08:00
parent 99d3c80d59
commit 3bdfb6d7f4
40 changed files with 794 additions and 0 deletions

12
app_saas/__init__.py Normal file
View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
# please comment follow for produce
from . import models
from . import report
from . import controllers
# hook form install and uninstall
from .hooks import pre_init_hook
from .hooks import post_init_hook
from .hooks import uninstall_hook