Add the old secret key back fixes test runners

This commit is contained in:
Roberto Rosario
2014-07-11 01:16:24 -04:00
parent df55385d07
commit e2ae80b43d

View File

@@ -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