Add registry and cleanup files
This commit is contained in:
14
apps/document_indexing/registry.py
Normal file
14
apps/document_indexing/registry.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from .cleanup import cleanup
|
||||
|
||||
bootstrap_models = [
|
||||
{
|
||||
'name': 'index',
|
||||
},
|
||||
{
|
||||
'name': 'indextemplatenode',
|
||||
'sanitize': False,
|
||||
}
|
||||
]
|
||||
cleanup_functions = [cleanup]
|
||||
Reference in New Issue
Block a user