newmediamonitoring/polls/views/monitor.py

5 lines
130 B
Python
Raw Normal View History

2020-09-12 07:31:50 +00:00
from django.shortcuts import render
def monitor_statistics(request):
return render(request, 'polls/monitor_statistics.html')