Files
zhijie-ERP/selfhelp/apps.py
T

12 lines
237 B
Python
Raw Normal View History

2015-07-30 13:01:42 +08:00
# created at 15-5-23
# coding=utf-8
__author__ = 'zhugl'
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class MyAppConfig(AppConfig):
name = 'selfhelp'
verbose_name = _("self help")