palindrome-django/web/palindromes/views.py
2021-03-23 21:25:45 +01:00

6 lines
142 B
Python

from django.http import HttpResponse
def caculate_palindromes(request):
return HttpResponse('<html><title>Palindromes!</title></html>')