回答編集履歴

1

訂正

2020/03/09 02:11

投稿

yuujiMotoki
yuujiMotoki

スコア90

test CHANGED
@@ -6,11 +6,13 @@
6
6
 
7
7
  app.configで書いている文章は、そのままcurrent.appに置き換える必要がありますが、
8
8
 
9
- これは下記のinport文を使うこと変更が不要なことが分かりした
9
+ これは下記の方法書き換え
10
10
 
11
11
 
12
12
 
13
- from flask import current_app as app
13
+ from flask import current_app
14
+
15
+ APP.CONFIG → current_app.config
14
16
 
15
17
 
16
18