Files
zhijie-ERP/purchase/apps.py
T

12 lines
243 B
Python
Raw Normal View History

# 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 = 'purchase'
verbose_name = _("purchase manage")