Files
mayan-edms/mayan/apps/documents/runtime.py

6 lines
145 B
Python

from django.utils.module_loading import import_string
from .settings import STORAGE_BACKEND
storage_backend = import_string(STORAGE_BACKEND)()