You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Django/comments-jrx/apps.py

7 lines
148 B

from django.apps import AppConfig
class CommentsConfig(AppConfig):
# jrx: 评论应用的配置类,指定应用名称
name = 'comments'