Browse Source

Pongo mensaje en español

main
creylopez 11 months ago
parent
commit
88c14cbe31
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): def index(request):
return HttpResponse("Hello, world. You're at the polls index.")
return HttpResponse("¡Hola, mundo. Estamos en la vista index.")

Loading…
Cancel
Save