debug false

This commit is contained in:
fjrodriguez
2022-11-30 08:46:36 -06:00
parent 2d55c0974a
commit d91e997fdf

View File

@@ -12,7 +12,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'django-insecure-5*mm&uf5zq@t6nrs_5z8-_qtyapm^3&yz^wqqkc_a!v(!ulj-^'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ['*']