Files
Backend/addresses/apps.py
T
2026-05-13 00:41:18 +03:30

7 lines
150 B
Python

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