Add tags app registry description
This commit is contained in:
@@ -5,6 +5,8 @@ from django.utils.translation import ugettext_lazy as _
|
||||
from .icons import icon_tag_list
|
||||
|
||||
label = _(u'Tagging')
|
||||
#description = _(u'Central place to store and display app statistics.')
|
||||
description = _(u'Handles document tagging.')
|
||||
dependencies = ['app_registry', 'icons', 'navigation']
|
||||
icon = icon_tag_list
|
||||
#bootstrap_models = ['taggit.tag', 'tagproperties']
|
||||
#TODO: Disabled until a solution for natural keys for Tags is found
|
||||
|
||||
Reference in New Issue
Block a user