S SmartDocs
Series: Ricky python 6 lines · Updated 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'

Related articles