diff --git a/flask/forest/__init__.py b/flask/forest/__init__.py index e3f93bf..e3f1f56 100644 --- a/flask/forest/__init__.py +++ b/flask/forest/__init__.py @@ -12,7 +12,7 @@ from flask import ( from flask_sqlalchemy import SQLAlchemy app = Flask(__name__) -app.config.from_object("project.config.Config") +app.config.from_object("forest.config.Config") db = SQLAlchemy(app)