S SmartDocs
系列: Ricky python 6 行 · 更新於 2026-01-16

apps.py

Ricky/djangob/core/apps.py

from django.apps import AppConfig


class CoreConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'core'

相關文章