File tree
Expand file treeCollapse file tree1 file changed
+0
-1
lines changed flask_sqlalchemy_tutorial
Expand file treeCollapse file tree1 file changed
+0
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -9,7 +9,6 @@ def create_app():
|
9 | 9 | """Construct the core application."""
|
10 | 10 | app = Flask(__name__, instance_relative_config=False)
|
11 | 11 | app.config.from_object("config.Config")
|
12 |
| -print(app.config) |
13 | 12 |
|
14 | 13 | # Initialize Database Plugin
|
15 | 14 | db.init_app(app)
|
|
You can’t perform that action at this time.
0 commit comments