diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-25 12:04:52 -0800 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-25 12:04:52 -0800 |
| commit | 05dbc07c52ec222f57d358f13f9192ab2b20d098 (patch) | |
| tree | 4be43d9f4f7d4dc42e66b0302d680c42602df400 | |
| parent | e18968e0f221d2b7988d21aaec9684662cc14e4a (diff) | |
| parent | ee96f83ab0242476d36321efa7edf0bc17271994 (diff) | |
Merge pull request #476 from wraithan/patch-1
Indented comments consistently in project template
| -rw-r--r-- | django/conf/project_template/project_name/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/conf/project_template/project_name/settings.py b/django/conf/project_template/project_name/settings.py index 6bdaa34988..559e27ca16 100644 --- a/django/conf/project_template/project_name/settings.py +++ b/django/conf/project_template/project_name/settings.py @@ -75,7 +75,7 @@ STATICFILES_DIRS = ( STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder', -# 'django.contrib.staticfiles.finders.DefaultStorageFinder', + # 'django.contrib.staticfiles.finders.DefaultStorageFinder', ) # Make this unique, and don't share it with anybody. @@ -85,7 +85,7 @@ SECRET_KEY = '{{ secret_key }}' TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.Loader', 'django.template.loaders.app_directories.Loader', -# 'django.template.loaders.eggs.Loader', + # 'django.template.loaders.eggs.Loader', ) MIDDLEWARE_CLASSES = ( |
