Illustrations/web/core/apps.py
Joshua Laymon 3458501272 Update
2025-08-12 22:07:25 -05:00

5 lines
134 B
Python

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