view.py 99 B

1234
  1. from django.http import HttpResponse
  2. def hello(request):
  3. return HttpResponse("Hello world ! ")