2025-05-12 23:53:58 -06:00

5 lines
112 B
Python

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