停止sqlalchemy大量输出
This commit is contained in:
parent
826de4ca6e
commit
5be88e1dc5
1
app.py
1
app.py
@ -15,7 +15,6 @@ app.config['JSON_AS_ASCII'] = False
|
||||
load_config()
|
||||
app.config['SQLALCHEMY_DATABASE_URI'] = "sqlite:///database.db?check_same_thread=False"
|
||||
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = True
|
||||
app.config['SQLALCHEMY_ECHO'] = True
|
||||
db.init_app(app)
|
||||
|
||||
app.register_blueprint(view_main_blueprint)
|
||||
|
Loading…
x
Reference in New Issue
Block a user