load forest.config
This commit is contained in:
parent
df45adcf4c
commit
60d0e9582d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from flask import (
|
||||||
from flask_sqlalchemy import SQLAlchemy
|
from flask_sqlalchemy import SQLAlchemy
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
app.config.from_object("project.config.Config")
|
app.config.from_object("forest.config.Config")
|
||||||
db = SQLAlchemy(app)
|
db = SQLAlchemy(app)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue