Browse Source

Actualizar 'polls/views.py'

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

+ 2
- 0
polls/views.py View File

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


Loading…
Cancel
Save