from django.http import HttpResponse def caculate_palindromes(request): return HttpResponse('Palindromes!')