diff --git a/stude/config/settings.py b/stude/config/settings.py index e267627..923f972 100644 --- a/stude/config/settings.py +++ b/stude/config/settings.py @@ -28,7 +28,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = str(os.getenv('SECRET_KEY')) # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False FRONTEND_DEBUG = False ALLOWED_HOSTS = ['*']