|
|
@@ -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
|
|
|
|