Files
django-template-v2/django_template/apps/core/apps.py
T
2026-09-06 00:02:20 +03:00

6 lines
144 B
Python

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