質問編集履歴

2

edit

2020/01/09 09:36

投稿

sanpo_shiho
sanpo_shiho

スコア18

test CHANGED
File without changes
test CHANGED
@@ -44,30 +44,6 @@
44
44
 
45
45
  ```
46
46
 
47
- """
48
-
49
- Django settings for qiita_linebot project.
50
-
51
-
52
-
53
- Generated by 'django-admin startproject' using Django 3.0.1.
54
-
55
-
56
-
57
- For more information on this file, see
58
-
59
- https://docs.djangoproject.com/en/3.0/topics/settings/
60
-
61
-
62
-
63
- For the full list of settings and their values, see
64
-
65
- https://docs.djangoproject.com/en/3.0/ref/settings/
66
-
67
- """
68
-
69
-
70
-
71
47
  import os
72
48
 
73
49
 

1

edit

2020/01/09 09:36

投稿

sanpo_shiho
sanpo_shiho

スコア18

test CHANGED
File without changes
test CHANGED
@@ -88,9 +88,7 @@
88
88
 
89
89
  # SECURITY WARNING: keep the secret key used in production secret!
90
90
 
91
- SECRET_KEY = '+^2@o@83zx_pj#_(g+7=u^tfc#@h!xy56v@_6k-dyhhbnfmtd6'
91
+ SECRET_KEY = hoge
92
-
93
-
94
92
 
95
93
  # SECURITY WARNING: don't run with debug turned on in production!
96
94