Adrien Audebert a5ed027b44 that work
2024-07-16 19:14:37 +02:00

5 lines
101 B
Python

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