summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-21 19:47:19 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-21 19:47:19 +0100
commit54a62999c03f5293b42d56f9a99b1c5a3b02fa5f (patch)
tree8221aee4d3e16f1373c3162cd7c44eebb273345a /settings.py
parent99949d466a0bf2667bad10f8c6c2c751036fd858 (diff)
downloadtroggle-54a62999c03f5293b42d56f9a99b1c5a3b02fa5f.tar.gz
troggle-54a62999c03f5293b42d56f9a99b1c5a3b02fa5f.tar.bz2
troggle-54a62999c03f5293b42d56f9a99b1c5a3b02fa5f.zip
[svn] Updates to allow subcave tree with nice admin.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index a3f5dd4..45d1867 100644
--- a/settings.py
+++ b/settings.py
@@ -86,6 +86,8 @@ INSTALLED_APPS = (
'troggle.profiles',
'troggle.expo',
'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.
)
from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars. \ No newline at end of file