From 434afc663bd0f8238b14b39efebf5f1131c6c71b Mon Sep 17 00:00:00 2001 From: Florian N Date: Tue, 11 Mar 2014 22:20:59 -0400 Subject: [PATCH] Update settings.py --- pydash/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydash/settings.py b/pydash/settings.py index a064ebf..1000368 100644 --- a/pydash/settings.py +++ b/pydash/settings.py @@ -18,7 +18,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__)) # See https://docs.djangoproject.com/en/1.6/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -#SECRET_KEY = '1)$crmowu-23tz@i2-d=7tb3t+1u&(pm!lnjyuarki^72h!3af' +SECRET_KEY = '1)$crmowu-23tz@i2-d=7tb3t+1u&(pm!lnjyuarki^72h!3af' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False