muistox/gallery/views.py
2024-12-28 12:21:29 +02:00

9 lines
No EOL
163 B
Python

from django.http import HttpResponse
from django.shortcuts import render
# Create your views here.
def index(request):
return HttpResponse("Hello, world.")