mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 19:46:58 +08:00
前后端全面升级
This commit is contained in:
@@ -14,7 +14,7 @@ from api.lib.utils import RedisHandler
|
||||
|
||||
bcrypt = Bcrypt()
|
||||
login_manager = LoginManager()
|
||||
db = SQLAlchemy()
|
||||
db = SQLAlchemy(session_options={"autoflush": False})
|
||||
migrate = Migrate()
|
||||
cache = Cache()
|
||||
celery = Celery()
|
||||
|
Reference in New Issue
Block a user