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