質問編集履歴

1

セキュリティ

2024/07/19 13:48

投稿

Ucchii
Ucchii

スコア1

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
  # See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/
41
41
 
42
42
  # SECURITY WARNING: keep the secret key used in production secret!
43
- SECRET_KEY = 'django-insecure-)8_gj9grz521-$154fd#keu6fai2i=j=cihu^pi)mp3t_soiih'
43
+ SECRET_KEY = 'django-insecure-)8_gj9grz521-$154fdこんな感じでsampleです。'
44
44
 
45
45
  # SECURITY WARNING: don't run with debug turned on in production!
46
46
  DEBUG = True
@@ -252,7 +252,7 @@
252
252
  ```.env
253
253
  DJANGO_DEBUG=1
254
254
  DATABASE_URL=postgres://tutorial:tutorial@db/tutorial
255
- DJANGO_SECRET_KEY='django-insecure-)8_gj9grz521-$154fd#keu6fai2i=j=cihu^pi)mp3t_soiih'
255
+ DJANGO_SECRET_KEY='django-insecure-)8_gj9grz521-$154fd#こんな感じでsampleです。'
256
256
 
257
257
  ```
258
258