From ff4a24af515a5fa36f522d96e9491de0194b8bed Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 12 Feb 2011 19:11:42 +0000 Subject: [PATCH] Fixed whitespace errors in settings modules. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15501 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/global_settings.py | 2 +- django/conf/project_template/settings.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 0a45d75a41..681bd08b62 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -528,7 +528,7 @@ LOGGING = { } }, 'loggers': { - 'django.request':{ + 'django.request': { 'handlers': ['mail_admins'], 'level': 'ERROR', 'propagate': True, diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index 873cec1af4..9d05ac2c8f 100644 --- a/django/conf/project_template/settings.py +++ b/django/conf/project_template/settings.py @@ -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,