Illustrations/web/core/apps.py
Joshua Laymon 2fb9e7c39c Update
2025-08-12 21:53:03 -05:00

5 lines
138 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "core"