Added a new setup option: FILESYSTEM_INDEXING_AVAILABLE_FUNCTIONS - a dictionary to allow users to add custom functions

This commit is contained in:
Roberto Rosario
2011-04-04 14:58:36 -04:00
parent fcc8b0cfe4
commit 664ece7a60
7 changed files with 216 additions and 3 deletions

View File

@@ -201,6 +201,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
# Serving
#FILESYSTEM_FILESERVING_ENABLE = True
#FILESYSTEM_INDEXING_AVAILABLE_FUNCTIONS = {}
#FILESYSTEM_FILESERVING_PATH = u'/tmp/mayan/documents'
#FILESYSTEM_SLUGIFY_PATHS = False
#FILESYSTEM_MAX_RENAME_COUNT = 200