8 lines
126 B
Python
8 lines
126 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CommentsConfig(AppConfig):
|
|
name = 'comments'
|
|
verbose_name = '评论信息'
|
|
|