6 lines
132 B
Python
6 lines
132 B
Python
from django.utils.translation import ugettext_lazy as _
|
|
|
|
name = 'icons'
|
|
label = _(u'Icons')
|
|
#app.set_dependencies(['app_registry'])
|