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 2e351a0 commit 1449539Copy full SHA for 1449539
config.py
@@ -16,5 +16,5 @@ class Config:
16
17
# Database
18
SQLALCHEMY_DATABASE_URI = environ.get("SQLALCHEMY_DATABASE_URI")
19
- SQLALCHEMY_ECHO = True
+ SQLALCHEMY_ECHO = False
20
SQLALCHEMY_TRACK_MODIFICATIONS = False
wsgi.py
@@ -1,3 +1,4 @@
1
+"""App entry point."""
2
from application import create_app
3
4
app = create_app()
0 commit comments