fim
This commit is contained in:
@@ -4,7 +4,7 @@ from django.shortcuts import render
|
||||
from django.http import HttpResponse
|
||||
|
||||
def index(request):
|
||||
return render(request, 'index.html')
|
||||
return render(request, 'index.html',{'titulo:':'Django Polls App'})
|
||||
|
||||
def ola(request):
|
||||
return HttpResponse("Olá !!")
|
||||
|
||||
Reference in New Issue
Block a user