Browse Source

Actualizar 'polls/views.py'

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

+ 1
- 1
polls/views.py View File

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


Loading…
Cancel
Save