2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 02:47:11 +00:00

[svn] Updates to allow subcave tree with nice admin.

This commit is contained in:
substantialnoninfringinguser
2009-05-21 19:47:19 +01:00
parent 99949d466a
commit 54a62999c0
46 changed files with 1931 additions and 33 deletions

View File

@@ -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.