chore: re-initialize git repository for deployment
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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")
|
||||
Reference in New Issue
Block a user