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
commit38a545e174060b805ebee0acc25dd93b077baa40 (patch)
tree8dc1e114c98f0433fd9744bd2043e60993020dd8 /settings.py
parent4f0271ad4939b99aed1f365b06b6189fea95d92e (diff)
downloadtroggle-38a545e174060b805ebee0acc25dd93b077baa40.tar.gz
troggle-38a545e174060b805ebee0acc25dd93b077baa40.tar.bz2
troggle-38a545e174060b805ebee0acc25dd93b077baa40.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/'