Files
djangoblog-1/apps/comments/apps.py
T
2017-07-05 21:09:36 +08:00

8 lines
126 B
Python

from django.apps import AppConfig
class CommentsConfig(AppConfig):
name = 'comments'
verbose_name = '评论信息'