palindrome-django/web/palindromes/views.py

6 lines
142 B
Python
Raw Normal View History

2021-03-23 20:25:45 +00:00
from django.http import HttpResponse
def caculate_palindromes(request):
return HttpResponse('<html><title>Palindromes!</title></html>')