validation for pos device - some changes in pos device models

This commit is contained in:
2025-08-12 12:22:05 +03:30
parent 787de09f12
commit 00e2c23409
12 changed files with 174 additions and 23 deletions

View File

@@ -106,7 +106,8 @@ MIDDLEWARE = [
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'apps.authentication.middlewares.BlockedTokenMiddleware',
'crum.CurrentRequestUserMiddleware',
'apps.log.middlewares.SaveLog'
'apps.log.middlewares.SaveLog',
'apps.pos_device.middlewares.PosDeviceValidationMiddleware'
]
ROOT_URLCONF = 'Rasaddam_Backend.urls'