validation for pos device - some changes in pos device models
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user