update 6 files

This commit is contained in:
2026-05-19 22:19:43 -03:00
parent 35eec7d5e1
commit 7a6148396f
137 changed files with 32162 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return render(request, 'index.html',{'titulo:':'Django Polls App'})
return render(request, 'index.html',{'titulo':'Django Polls App'})
def ola(request):
return HttpResponse("Olá !!")