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"]