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