Initial commit of the new MPTT based document indexing app

This commit is contained in:
Roberto Rosario
2011-05-17 04:27:43 -04:00
parent 1bd75a1d24
commit e83529ae2e
11 changed files with 121 additions and 66 deletions

View File

@@ -148,6 +148,7 @@ INSTALLED_APPS = (
'documents',
'grouping',
'document_indexing',
'mptt',
)
TEMPLATE_CONTEXT_PROCESSORS = (