diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-02-12 19:11:42 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-02-12 19:11:42 +0000 |
| commit | ff4a24af515a5fa36f522d96e9491de0194b8bed (patch) | |
| tree | 59b8aef76d5c8af98152e69e37f6b0a245cd114f /django/conf/project_template | |
| parent | e258d9a10b92ef581556d9f265d7798d28b3330d (diff) | |
Fixed whitespace errors in settings modules.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf/project_template')
| -rw-r--r-- | django/conf/project_template/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
