diff --git a/mysite/settings.py b/mysite/settings.py index 015b3bd..2f9e42e 100644 --- a/mysite/settings.py +++ b/mysite/settings.py @@ -26,7 +26,7 @@ load_dotenv() SECRET_KEY = os.getenv('DJANGO_KEY') # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False # Allow hosts from env, otherwise fall back to common local/dev hosts. ALLOWED_HOSTS = [