Files
hoopscout/apps/stats/views.py

6 lines
122 B
Python

from django.views.generic import TemplateView
class StatsHomeView(TemplateView):
template_name = "stats/index.html"