Browse Source

Actualizar 'polls/views.py'

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

+ 1
- 1
polls/views.py View File

@ -1,5 +1,5 @@
from django.http import HttpResponse
import os
def index(request):
return HttpResponse("¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio. A ver si funciona")


Loading…
Cancel
Save