Files

6 lines
93 B
Python
Raw Permalink Normal View History

2019-01-14 13:15:49 +01:00
from django.http import HttpResponse
def index(request):
return HttpResponse("Dough!")