chore: re-initialize git repository for deployment
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
__author__ = 'zhugl'
|
||||
# created at 15-4-22
|
||||
from django.apps.config import AppConfig
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
|
||||
class BaseDataConfig(AppConfig):
|
||||
name = 'basedata'
|
||||
verbose_name = _('BaseData')
|
||||
Reference in New Issue
Block a user