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:
@@ -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.
|
||||
Reference in New Issue
Block a user