Spaces:
Sleeping
Sleeping
Commit
·
23570f3
1
Parent(s):
45ea62d
Update views.py
Browse files- 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")
|