ladogton2010 commited on
Commit
23570f3
·
1 Parent(s): 45ea62d

Update views.py

Browse files
Files changed (1) hide show
  1. app/polls/views.py +1 -1
app/polls/views.py CHANGED
@@ -2,4 +2,4 @@ from django.http import HttpResponse
2
 
3
 
4
  def index(request):
5
- return HttpResponse("Hello, world. You're at the polls index.")
 
2
 
3
 
4
  def index(request):
5
+ return HttpResponse("Hello, world. You're at the polls index. Soy Aldo")