Source code for testbot_webui.polls.views

from django.http import HttpResponse


[docs]def index(request): return HttpResponse("Hello, world. You're at the polls index.")