luanpoppe commited on
Commit
210dcd0
·
1 Parent(s): 4cec855
Files changed (1) hide show
  1. setup/settings.py +1 -1
setup/settings.py CHANGED
@@ -25,7 +25,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
25
  # See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/
26
 
27
  # SECURITY WARNING: keep the secret key used in production secret!
28
- SECRET_KEY = os.environ['SECRET_KEY']
29
 
30
  # SECURITY WARNING: don't run with debug turned on in production!
31
  DEBUG = True
 
25
  # See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/
26
 
27
  # SECURITY WARNING: keep the secret key used in production secret!
28
+ SECRET_KEY = os.environ.get('SECRET_KEY')
29
 
30
  # SECURITY WARNING: don't run with debug turned on in production!
31
  DEBUG = True