Browse Source

Sintaxis correcta de allowed_hosts

main
Celestino Rey 10 months ago
parent
commit
9ad916a943
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gestion_reservas/gestion_reservas/settings.py

+ 1
- 1
gestion_reservas/gestion_reservas/settings.py View File

@ -26,7 +26,7 @@ SECRET_KEY = 'hey'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = os.environ["DEBUG"] == 'True' DEBUG = os.environ["DEBUG"] == 'True'
ALLOWED_HOSTS = ".ocp-cluster.reymota.lab"
ALLOWED_HOSTS = [".ocp-cluster.reymota.lab"]
# Application definition # Application definition


Loading…
Cancel
Save