Model changes based on jobs API discussion, code and test fixes to work with those changes.

This commit is contained in:
Chris Church
2013-05-08 17:41:10 -04:00
parent 6238f0ab9a
commit f7cd605415
11 changed files with 638 additions and 110 deletions

View File

@@ -221,7 +221,7 @@ LOGGING = {
'handlers': ['console'],
},
'django.request': {
'handlers': ['console','mail_admins'],
'handlers': ['mail_admins', 'console'],
'level': 'ERROR',
'propagate': False,
},