We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f31e9 commit 1f08245Copy full SHA for 1f08245
flask_sqlalchemy_tutorial/__init__.py
@@ -9,7 +9,6 @@ def create_app():
9
"""Construct the core application."""
10
app = Flask(__name__, instance_relative_config=False)
11
app.config.from_object("config.Config")
12
- print(app.config)
13
14
# Initialize Database Plugin
15
db.init_app(app)
0 commit comments