42trans / ft_transcendence

0 stars 0 forks source link

Django設定をpro環境にする #298

Closed uminomae closed 4 months ago

uminomae commented 4 months ago

https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-^u(k4_odzhvjof^yx-bauu&!6jv)^!5nt...

# SECURITY WARNING: don't run with debug turned on in production!
# DEBUG = false
DEBUG = True

ALLOWED_HOSTS = ['*']