Skip to content

Commit 815af5a

Browse files
committed
test
1 parent 55f5e82 commit 815af5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oc_lettings_site/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# Quick-start development settings - unsuitable for production
1212
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
1313

14+
# IMPORTANT!:
15+
# Add your SECRET_KEY to the environment variables in Production, or it will be randomly generated!
1416
SECRET_KEY = os.environ.get('SECRET_KEY', default=get_random_secret_key())
1517

1618
if not IS_HEROKU:

0 commit comments

Comments
 (0)