remove forest prefix from config module import
This commit is contained in:
parent
e6fc6cb603
commit
3c416ac091
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ sys.stderr.write("worker uid={} gid={}".format(os.getuid(), os.getgid()))
|
|||
sys.stderr.flush()
|
||||
|
||||
app = Flask(__name__)
|
||||
app.config.from_object("forest.config.Config")
|
||||
app.config.from_object("config.Config")
|
||||
|
||||
db = SQLAlchemy(app)
|
||||
db.init_app(app)
|
||||
|
|
Loading…
Reference in a new issue