Add bootstrap model dependecies support
This commit is contained in:
@@ -5,10 +5,12 @@ from .cleanup import cleanup
|
||||
bootstrap_models = [
|
||||
{
|
||||
'name': 'index',
|
||||
'dependencies': ['documents.documenttype']
|
||||
},
|
||||
{
|
||||
'name': 'indextemplatenode',
|
||||
'sanitize': False,
|
||||
'dependencies': ['document_indexing.index']
|
||||
}
|
||||
]
|
||||
cleanup_functions = [cleanup]
|
||||
|
||||
Reference in New Issue
Block a user