summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2019-02-25 15:41:59 +0530
committerprashantsinalkar2019-02-25 15:41:59 +0530
commitffca11e548fcdb451ad2ae63155f27d27fbb145b (patch)
treef9dedc0102b72db6dd71e2915ecfe7011ef39627
parentf721af101a54fe6337f26880e27e47d397fa68ab (diff)
downloadpyfoss-ffca11e548fcdb451ad2ae63155f27d27fbb145b.tar.gz
pyfoss-ffca11e548fcdb451ad2ae63155f27d27fbb145b.tar.bz2
pyfoss-ffca11e548fcdb451ad2ae63155f27d27fbb145b.zip
added settings for key
-rw-r--r--pyfoss/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfoss/settings.py b/pyfoss/settings.py
index 785b5b1..e3813de 100644
--- a/pyfoss/settings.py
+++ b/pyfoss/settings.py
@@ -22,7 +22,7 @@ PROJECT_DIR = os.path.abspath(os.path.dirname(__file__) + '/../')
# See https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
-SECRET_KEY = '!-c13kb5-x5tbp)tnllico+a7++a2r(_b-20xfc^#5x$tlmtv1'
+SECRET_KEY = SECRET_KEY
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True