Files
mayan-edms/apps/document_indexing/registry.py
2012-10-05 03:04:32 -04:00

15 lines
237 B
Python

from __future__ import absolute_import
from .cleanup import cleanup
bootstrap_models = [
{
'name': 'index',
},
{
'name': 'indextemplatenode',
'sanitize': False,
}
]
cleanup_functions = [cleanup]