summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/settings.py')
-rw-r--r--src/lib/Bcfg2/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bcfg2/settings.py b/src/lib/Bcfg2/settings.py
index aa784336d..834b04d36 100644
--- a/src/lib/Bcfg2/settings.py
+++ b/src/lib/Bcfg2/settings.py
@@ -159,7 +159,7 @@ MEDIA_ROOT = ''
# trailing slash.
STATIC_URL = '/media/'
-#TODO - make this unique
+# TODO - make this unique
# Make this unique, and don't share it with anybody.
SECRET_KEY = 'eb5+y%oy-qx*2+62vv=gtnnxg1yig_odu0se5$h0hh#pc*lmo7'
@@ -183,7 +183,7 @@ else:
'django.template.loaders.app_directories.Loader',
)
-#TODO - review these. auth and sessions aren't really used
+# TODO - review these. auth and sessions aren't really used
MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',