Initial changes to support the new Django 1.6 project structure
This commit is contained in:
15
mayan/apps/linking/registry.py
Normal file
15
mayan/apps/linking/registry.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from .cleanup import cleanup
|
||||
|
||||
|
||||
bootstrap_models = [
|
||||
{
|
||||
'name': 'smartlink',
|
||||
},
|
||||
{
|
||||
'name': 'smartlinkcondition',
|
||||
}
|
||||
]
|
||||
|
||||
cleanup_functions = [cleanup]
|
||||
Reference in New Issue
Block a user