* DISABLE_PERMISSIONS = False

This commit is contained in:
Phil Zhitnikov 2023-07-12 23:24:55 +04:00
parent 040de041e4
commit 85c042aef4

View File

@ -27,7 +27,7 @@ CDEK_CLIENT_SECRET = 'lc2gmrmK5s1Kk6FhZbNqpQCaATQRlsOy'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DISABLE_PERMISSIONS = True
DISABLE_PERMISSIONS = False
DISABLE_CORS = True
ALLOWED_HOSTS = ["crm-poizonstore.ru", "127.0.0.1", "localhost", "45.84.227.72"]