Add SECRET_KEY for testing

This commit is contained in:
Matthew Tretter 2013-03-13 23:46:35 -04:00
parent 96e2365a26
commit d21e329b82

View file

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