Files
mayan-edms/mayan/settings/__init__.py
T

5 lines
90 B
Python

try:
from .local import * # NOQA
except ImportError:
from .base import * # NOQA