Files
RasadDam_Backend/apps/pos_device/apps.py

8 lines
157 B
Python
Raw Normal View History

2025-05-04 15:24:28 +03:30
from django.apps import AppConfig
class PosDeviceConfig(AppConfig):
2025-05-04 15:24:28 +03:30
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.pos_device'