summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-26 21:20:08 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-26 21:20:08 +0000
commit0abd8aedffd836e6bbec53fb15f5a04e1b98ad61 (patch)
treea543bd31aa80b592e071d952aebfc45fec946295 /settings.py
parentdba0fd8b2008dcb5de24aeb8348fd9a0946b8255 (diff)
downloadtroggle-0abd8aedffd836e6bbec53fb15f5a04e1b98ad61.tar.gz
troggle-0abd8aedffd836e6bbec53fb15f5a04e1b98ad61.tar.bz2
troggle-0abd8aedffd836e6bbec53fb15f5a04e1b98ad61.zip
layout tidying
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 49c59e2..61d0bfc 100644
--- a/settings.py
+++ b/settings.py
@@ -124,7 +124,6 @@ INSTALLED_APPS = (
'registration', # only for expo user. REPLACE using django.contrib.auth
'troggle.core',
'troggle.flatpages', # Written by Martin Green 2011. This is NOT django.contrib.flatpages which stores HTML in the database
-# 'troggle.profiles', # Commented out, but keep until user/login system fully bedded down.
)
MIDDLEWARE_CLASSES = (