Files
zhijie-ERP/workflow/apps.py
T
2015-07-30 13:01:42 +08:00

9 lines
229 B
Python

__author__ = 'zhugl'
# created at 15-4-22
from django.apps.config import AppConfig
from django.utils.translation import ugettext_lazy as _
class WorkflowConfig(AppConfig):
name = 'workflow'
verbose_name = _('workflow')