Site/prices/apps.py
2026-07-13 22:37:41 +03:00

7 lines
144 B
Python

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