tJango/hello/views.py

6 lines
98 B
Python
Raw Permalink Normal View History

2024-06-27 21:21:38 +03:00
from django.http import HttpResponse
def home(request):
return HttpResponse("Hello World!")