제어판 - 고급세팅 - 환경변수
restart IDE
settings.py
import os SECRET_KEY =os.environ.get('DJANGO_SECRET_KEY')```