diff --git a/mysite/settings.py b/mysite/settings.py index 4dba968..d4de86e 100644 --- a/mysite/settings.py +++ b/mysite/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-5@k8%e-(*v+8nb1)dvie3_$$ol=3747i)x^n3%j9pg@9j$=b)_ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["djangotutorial-djangotutorial.apps.ocp-cluster.reymota.lab"] +ALLOWED_HOSTS = [".ocp-cluster.reymota.lab"] # Application definition diff --git a/polls/views.py b/polls/views.py index 963b6f7..1c25339 100644 --- a/polls/views.py +++ b/polls/views.py @@ -2,4 +2,4 @@ from django.http import HttpResponse def index(request): - return HttpResponse("Hello, world. You're at the polls index.") + return HttpResponse("¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio")