* DISABLE_PERMISSIONS = False

This commit is contained in:
Phil Zhitnikov 2023-07-12 23:24:55 +04:00
parent 2fdd009ca5
commit c6b7bdf8b4

View File

@ -27,7 +27,7 @@ CDEK_CLIENT_SECRET = '***REMOVED***'
# 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"]