Fixed whitespace errors in settings modules.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-02-12 19:11:42 +00:00
parent e258d9a10b
commit ff4a24af51
2 changed files with 3 additions and 3 deletions

View File

@ -528,7 +528,7 @@ LOGGING = {
}
},
'loggers': {
'django.request':{
'django.request': {
'handlers': ['mail_admins'],
'level': 'ERROR',
'propagate': True,

View File

@ -72,7 +72,7 @@ STATICFILES_DIRS = (
# Put strings here, like "/home/html/static" or "C:/www/django/static".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
)
)
# List of finder classes that know how to find static files in
# various locations.
@ -136,7 +136,7 @@ LOGGING = {
}
},
'loggers': {
'django.request':{
'django.request': {
'handlers': ['mail_admins'],
'level': 'ERROR',
'propagate': True,