質問編集履歴

1

secret keyについての補足

2020/09/12 14:01

投稿

yutonozaki0603
yutonozaki0603

スコア0

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,11 @@
22
22
 
23
23
  ```
24
24
 
25
+ File "C:\Users\yuto1\Anaconda3\envs\MyDjango\lib\site-packages\django\conf\__init__.py", line 161, in __init__
26
+
25
- The SECRET_KEY setting must not be empty.
27
+ raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")
28
+
29
+ django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
26
30
 
27
31
  ```
28
32
 
@@ -379,3 +383,5 @@
379
383
  ### 補足情報(FW/ツールのバージョンなど)
380
384
 
381
385
  Python,django,postgresqlなどのツールは9/12日時点で最新バージョンのモノを使っています
386
+
387
+ また各ファイルに記述しているsecret keyは全く同じモノを記述しています