Adrien Audebert b5bc219cd6 update
2024-07-18 13:55:01 +02:00

5 lines
98 B
Python

from django.http import HttpResponse
def index(request):
return HttpResponse("Hello, QWER!")