Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
Signed-off-by: Ruth-ikegah <[email protected]>
  • Loading branch information
Ruth-ikegah committed Sep 17, 2020
1 parent 1345a3d commit ecdb43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = os.environ.get('SECRET_KEY')
SECRET_KEY = 'y4f$wdh5wr)=%yl_fxdeg2w2u^pk(47n^jdv&o$41a1ixpk)5_'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
Expand Down

0 comments on commit ecdb43d

Please sign in to comment.