We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3d2a5 commit 6cc055eCopy full SHA for 6cc055e
requirements.in
@@ -7,5 +7,4 @@ geode-common==33.11.0
7
geode-viewables==3.3.0
8
Flask[async]==3.0.3
9
Flask-Cors==6.0.1
10
-werkzeug==3.0.3
11
-Flask-SQLAlchemy==3.1.1
+werkzeug==3.0.3
src/opengeodeweb_back/app_config.py
@@ -15,7 +15,6 @@ class Config(object):
15
REQUEST_COUNTER = 0
16
LAST_REQUEST_TIME = time.time()
17
LAST_PING_TIME = time.time()
18
- SQLALCHEMY_TRACK_MODIFICATIONS = False
19
DATABASE_FILENAME = "project.db"
20
21
0 commit comments