From e2ae80b43d2db7117d0174927c8c2e4e0e4f8012 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 11 Jul 2014 01:16:24 -0400 Subject: [PATCH] Add the old secret key back fixes test runners --- mayan/settings/base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mayan/settings/base.py b/mayan/settings/base.py index 774f831a18..12f5e0a5dd 100644 --- a/mayan/settings/base.py +++ b/mayan/settings/base.py @@ -21,6 +21,9 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'mayan', 'media') # Quick-start development settings - unsuitable for production # See https://docs.djangoproject.com/en/1.6/howto/deployment/checklist/ +# SECURITY WARNING: keep the secret key used in production secret! +SECRET_KEY = 'om^a(i8^6&h+umbd2%pt91cj!qu_@oztw117rgxmn(n2lp^*c!' + # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True