Files
RasadDam_Backend/apps/pos_device/apps.py

8 lines
157 B
Python

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