36275-vm/core/views.py
2025-11-25 14:46:59 +00:00

6 lines
104 B
Python

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