|
|
@ -2,7 +2,7 @@ from django.http import HttpResponse |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def index(request): |
|
|
def index(request): |
|
|
return HttpResponse("¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio") |
|
|
|
|
|
|
|
|
return HttpResponse("¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio. A ver si funciona") |
|
|
|
|
|
|
|
|
def ver_variables_entorno(request): |
|
|
def ver_variables_entorno(request): |
|
|
# Variables a excluir por motivos de seguridad |
|
|
# Variables a excluir por motivos de seguridad |
|
|
|