Explorar el Código

Arreglo discrepancias en settings.py

Tino hace 3 meses
padre
commit
2b33476160
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/misfinanzas/settings.py

+ 1 - 2
src/misfinanzas/settings.py

@@ -1,4 +1,3 @@
-
 """
 Django settings for misfinanzas project.
 
@@ -36,7 +35,7 @@ DEBUG = os.environ.get('DEBUG', 'False') == 'True'
 ALLOWED_HOSTS = [".reymota.es", ".reymota.lab", "127.0.0.1", "localhost", "k8s-server", ".rancher.lab",".vmcluster.lab","192.168.1.202", "localhost", "127.0.0.1"]
 
 
-CSRF_TRUSTED_ORIGINS = ["https://*.reymota.es", "http://*.reymota.lab", "http://*.reymota.lab", "http://*.reymota.lab:30351", "http://k8s-server", "http://*.rancher.lab","http://*.vmcluster.lab"]
+CSRF_TRUSTED_ORIGINS = ["https://*.reymota.es", "http://*.reymota.lab", "http://*.reymota.lab:30351", "http://k8s-server", "http://*.rancher.lab","http://*.vmcluster.lab"]
 
 # Application definition