Files
e-trznice/backend/product/apps.py
2025-10-02 00:54:34 +02:00

7 lines
146 B
Python

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