Browse Source

Cambio

main
creylopez 11 months ago
parent
commit
bbb24c6ae2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      polls/views.py

+ 1
- 1
polls/views.py View File

@ -2,4 +2,4 @@ from django.http import HttpResponse
def index(request):
return HttpResponse("¡Hola, mundo. Estamos en la vista index.")
return HttpResponse("¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio")

Loading…
Cancel
Save