Add project tools app registry
This commit is contained in:
12
apps/project_tools/registry.py
Normal file
12
apps/project_tools/registry.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from smart_settings import LocalScope
|
||||
|
||||
from .icons import icon_tool
|
||||
|
||||
label = _(u'Project tools')
|
||||
description = _(u'Handles project tools registration.')
|
||||
icon = icon_tool
|
||||
dependencies = ['app_registry', 'icons', 'navigation']
|
||||
Reference in New Issue
Block a user