This commit is contained in:
Michał 2023-09-08 14:09:00 +01:00
parent e1ac27a326
commit 1ac67ab33d

View file

@ -29,7 +29,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = getenv("DJANGO_KEY")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ["*"]