summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-07-04 19:26:51 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-07-04 19:26:51 +0100
commitebebb2f4bc861d6900fbf95b6cc04b5b3bf65e9a (patch)
tree746b52ff3c6b0eba445160c87be0275fd0d7acba /settings.py
parent9d90506e1cadc17edc908dea4f68b6137ff96b9f (diff)
downloadtroggle-ebebb2f4bc861d6900fbf95b6cc04b5b3bf65e9a.tar.gz
troggle-ebebb2f4bc861d6900fbf95b6cc04b5b3bf65e9a.tar.bz2
troggle-ebebb2f4bc861d6900fbf95b6cc04b5b3bf65e9a.zip
[svn] Remove old subcave model, along with mptt and feincms. Also move OtherCaveNames admin representation to an inline in Cave.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 99624e7..0b2b172 100644
--- a/settings.py
+++ b/settings.py
@@ -86,8 +86,6 @@ INSTALLED_APPS = (
'troggle.profiles',
'troggle.core',
'troggle.imagekit',
- 'mptt', #This is django-mptt (modifed preorder tree traversal) which allows the tree structure of subcaves.
- 'feincms' #This is a little content management app that does the javascript admin page for mptt.
)
FEINCMS_ADMIN_MEDIA=MEDIA_URL + 'feincms/'