From c6b7bdf8b49e4de3be8d35845dec25d6ea32f19b Mon Sep 17 00:00:00 2001 From: phzhik Date: Wed, 12 Jul 2023 23:24:55 +0400 Subject: [PATCH] * DISABLE_PERMISSIONS = False --- poizonstore/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poizonstore/settings.py b/poizonstore/settings.py index 4a72893..0b6a872 100644 --- a/poizonstore/settings.py +++ b/poizonstore/settings.py @@ -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"]