Move file and storage code to the storage app

The setting COMMON_TEMPORARY_DIRECTORY is now
STORAGE_TEMPORARY_DIRECTORY.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-01-31 22:26:07 -04:00
parent 125a4317f4
commit 8e66eefe7c
33 changed files with 202 additions and 178 deletions

View File

@@ -7,7 +7,7 @@ import subprocess
from django.apps import apps
from django.utils.translation import ugettext_lazy as _
from mayan.apps.common.utils import copyfile, fs_cleanup, mkstemp
from mayan.apps.storage.utils import copyfile, fs_cleanup, mkstemp
from .exceptions import ParserError
from .settings import setting_pdftotext_path