Files
mayan-edms/mayan/settings/__init__.py
2015-01-19 04:06:40 -04:00

5 lines
90 B
Python

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