Consistently indent comments in project template

Makes this file slightly more pep8 compliant.
This commit is contained in:
Chris McDonald 2012-10-28 14:46:09 -07:00
parent effe96b303
commit ee96f83ab0
1 changed files with 2 additions and 2 deletions

View File

@ -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 = (