Files
ITShowPlatform/Apps/comments/apps.py
T
2022-05-05 18:32:19 +08:00

7 lines
153 B
Python

from django.apps import AppConfig
class CommentsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'Apps.comments'