Caching: Turn the new caching into its own app

Extract the new smart file caching code from the common app
and convert it into its own new app called file_caching.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2018-12-08 01:38:59 -04:00
parent 0c7f9f50af
commit aaea84b386
35 changed files with 1848 additions and 310 deletions

View File

@@ -12,10 +12,11 @@ APP_LIST = (
'acls', 'appearance', 'authentication', 'autoadmin', 'cabinets',
'checkouts', 'common', 'converter', 'django_gpg', 'document_comments',
'document_indexing', 'document_parsing', 'document_signatures',
'document_states', 'documents', 'dynamic_search', 'events', 'linking',
'lock_manager', 'mayan_statistics', 'mailer', 'metadata', 'mirroring',
'motd', 'navigation', 'ocr', 'permissions', 'rest_api', 'smart_settings',
'sources', 'storage', 'tags', 'task_manager', 'user_management'
'document_states', 'documents', 'dynamic_search', 'events',
'file_caching', 'linking', 'lock_manager', 'mayan_statistics', 'mailer',
'metadata', 'mirroring', 'motd', 'navigation', 'ocr', 'permissions',
'rest_api', 'smart_settings', 'sources', 'storage', 'tags',
'task_manager', 'user_management'
)
LANGUAGE_LIST = (