Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rshrc committed Apr 1, 2018
1 parent bde592d commit d448a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ideate2018/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# SECURITY WARNING: keep the secret key used in production secret!
# Your secret key here
SECRET_KEY = '1s1ig!71f==$y+6py^nf+x2el2@us^8w%ge4_zf!ep@w_c!i5e'
SECRET_KEY = '<Secret-Key>'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
Expand Down Expand Up @@ -120,4 +120,4 @@
# For mailing purposes

EMAIL_HOST = 'localhost'
EMAIL_PORT = 1025
EMAIL_PORT = 1025

0 comments on commit d448a96

Please sign in to comment.