Files
dj52/utils/apps.py
Beyhan Oğur ec28a2024d first commit
2026-04-26 22:22:29 +03:00

7 lines
142 B
Python

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