CHIBOUB Chakib 7f5a942936 change view
2024-07-16 19:42:41 +02:00

5 lines
100 B
Python

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