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:
3
mayan/apps/file_caching/__init__.py
Normal file
3
mayan/apps/file_caching/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
default_app_config = 'mayan.apps.file_caching.apps.FileCachingConfig'
|
||||
Reference in New Issue
Block a user