Browse Source

Sintaxis correcta de trusted origins

main
Celestino Rey 10 months ago
parent
commit
e2f36b252f
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

@ -149,7 +149,7 @@ AUTH_USER_MODEL = "reymotausers.ReyMotaUser"
MEDIA_ROOT = BASE_DIR / "media"
MEDIA_URL = '/media/'
CSRF_TRUSTED_ORIGINS = "https://*.ocp-cluster.reymota.lab"
CSRF_TRUSTED_ORIGINS = ["https://*.ocp-cluster.reymota.lab"]
# Configuración de correo con Gmail
if DEBUG is True:


Loading…
Cancel
Save