回答編集履歴
1
訂正
test
CHANGED
@@ -6,11 +6,13 @@
|
|
6
6
|
|
7
7
|
app.configで書いている文章は、そのままcurrent.appに置き換える必要がありますが、
|
8
8
|
|
9
|
-
これは下記の
|
9
|
+
これは下記の方法で書き換えます。
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
from flask import current_app
|
13
|
+
from flask import current_app
|
14
|
+
|
15
|
+
APP.CONFIG → current_app.config
|
14
16
|
|
15
17
|
|
16
18
|
|