diff --git a/api/settings.py b/api/settings.py index 16b9080..4b7ec0f 100644 --- a/api/settings.py +++ b/api/settings.py @@ -27,7 +27,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = os.getenv("SECRET_KEY") # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False DEV = os.getenv("ENV") != "production"