Files
zhijie-ERP/invent/apps.py
T

12 lines
242 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 = 'invent'
verbose_name = _("inventory manage")