diff --git a/src/forest/forest.py b/src/forest/forest.py index 0353ace..1c9f35a 100644 --- a/src/forest/forest.py +++ b/src/forest/forest.py @@ -27,7 +27,7 @@ app = Flask(__name__) app.config.from_object("config.Config") db = SQLAlchemy(app) -db.init_app(app) +#db.init_app(app) #apiauth = HTTPBasicAuth() lm = LoginManager()