diff --git a/smartreport/settings.py b/smartreport/settings.py index 0245393..9e5c419 100644 --- a/smartreport/settings.py +++ b/smartreport/settings.py @@ -153,10 +153,10 @@ 'DEFAULT_FILTER_BACKENDS': ['django_filters.rest_framework.DjangoFilterBackend'] } -if (os.environ.get("DEBUG").lower() == "false"): - REST_FRAMEWORK["DEFAULT_PERMISSION_CLASSES"] = ( - 'smartreport_app.permissions.FullObjectPermission', - ) +# if (os.environ.get("DEBUG").lower() == "false"): +# REST_FRAMEWORK["DEFAULT_PERMISSION_CLASSES"] = ( +# 'smartreport_app.permissions.FullObjectPermission', +# ) # Internationalization