Files
mayan-edms/mayan/apps/linking/registry.py

16 lines
217 B
Python

from __future__ import absolute_import
from .cleanup import cleanup
bootstrap_models = [
{
'name': 'smartlink',
},
{
'name': 'smartlinkcondition',
}
]
cleanup_functions = [cleanup]