Spaces:
Sleeping
Sleeping
Commit
·
612b04d
1
Parent(s):
7ca8dcd
isc
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. Soy Aldo")
|
|
|
2 |
|
3 |
|
4 |
def index(request):
|
5 |
+
return HttpResponse("Hello, world. You're at the polls index. Soy Aldo de ISC")
|