Add SECRET_KEY for tests

This commit is contained in:
Matthew Tretter 2013-03-13 23:41:28 -04:00
parent c64eee40b3
commit 14be033b7f

View file

@ -21,6 +21,8 @@ DATABASES = {
},
}
SECRET_KEY = '_uobce43e5osp8xgzle*yag2_16%y$sf*5(12vfg25hpnxik_*'
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',