|
@@ -149,7 +149,7 @@ AUTH_USER_MODEL = "reymotausers.ReyMotaUser"
|
|
|
MEDIA_ROOT = BASE_DIR / "media"
|
|
MEDIA_ROOT = BASE_DIR / "media"
|
|
|
MEDIA_URL = '/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
|
|
# Configuración de correo con Gmail
|
|
|
if DEBUG is True:
|
|
if DEBUG is True:
|