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

6 lines
112 B
Python

from project_setup.api import register_setup
from .links import check_settings
register_setup(check_settings)