Add app_registry and bootstrap apps
This commit is contained in:
10
apps/bootstrap/registry.py
Normal file
10
apps/bootstrap/registry.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from .links import link_bootstrap_setup_tool, link_erase_database
|
||||
|
||||
label = _(u'Bootstrap')
|
||||
description = _(u'Provides pre configured setups for indexes, document types, tags, etc.')
|
||||
dependencies = ['app_registry', 'icons', 'navigation', 'documents', 'indexing', 'metadata', 'tags']
|
||||
setup_links = [link_bootstrap_setup_tool, link_erase_database]
|
||||
Reference in New Issue
Block a user