2025-05-29 15:34:55 +02:00

7 lines
160 B
Python

from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def test_response(request):
return HttpResponse("TEST")