teilchensammler/collector/views.py

7 lines
118 B
Python
Raw Normal View History

from django.http import HttpResponse
def index(request) -> HttpResponse:
return HttpResponse("hello tutorial")