diff --git a/poizonstore/settings.py b/poizonstore/settings.py index cda13d7..7f4695f 100644 --- a/poizonstore/settings.py +++ b/poizonstore/settings.py @@ -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"]