def home()

in trackers/views.py [0:0]


def home(request):
    return HttpResponse("<html><title>Bloodhound Trackers</title></html>")