From 48f1a84d6ecd896adb16f37ca9295f55e3fe89b3 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Wed, 10 Jun 2015 11:28:58 -0700 Subject: [PATCH] Additional defaults for dev. (imported from commit 1b4bd71ff4ed27a83a24e58e797d900a7869c72d) --- zproject/local_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zproject/local_settings.py b/zproject/local_settings.py index d4ae194cfa..bc13299d47 100644 --- a/zproject/local_settings.py +++ b/zproject/local_settings.py @@ -21,7 +21,7 @@ TESTING_DEPLOYED = DEPLOYED and config_file.get('machine', 'deploy_type') == 'te ENTERPRISE = DEPLOYED and config_file.get('machine', 'deploy_type') == 'enterprise' # Make this unique, and don't share it with anybody. -SECRET_KEY = getsecret("secret_key") +SECRET_KEY = getsecret("secret_key") if DEPLOYED else "foobar" # Use this salt to hash a user's email into a filename for their user-uploaded # avatar. If this salt is discovered, attackers will only be able to determine