operations_project/apps/brands/apps.py

7 lines
149 B
Python
Raw Normal View History

2025-05-07 18:01:48 +08:00
from django.apps import AppConfig
2025-05-13 11:58:17 +08:00
class BrandsConfig(AppConfig):
2025-05-07 18:01:48 +08:00
default_auto_field = 'django.db.models.BigAutoField'
2025-05-13 11:58:17 +08:00
name = 'apps.brands'