setting of SECRET_KEY is required for Django-1.5

This commit is contained in:
Matthias Runge 2013-04-24 09:25:29 +02:00
parent 1b4120087a
commit ce3837499e
1 changed files with 2 additions and 0 deletions

View File

@ -23,3 +23,5 @@ OPENSTACK_KEYSTONE_URL = "http://localhost:5000/v2.0"
ROOT_URLCONF = 'openstack_auth.tests.urls'
LOGIN_REDIRECT_URL = '/'
SECERT_KEY = 'badcafe'