django-dbtemplates/example/example/views.py
2026-01-29 15:00:06 +01:00

5 lines
102 B
Python

from django.shortcuts import render
def index(request):
return render(request, "db-index.html")