tt-server/apps/core/apps.py
jpt b7b6c56d0e
Some checks are pending
Lint / lint (push) Waiting to run
add core app skelly
2025-05-03 19:56:10 -05:00

7 lines
145 B
Python

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