Files
tealcode-django-python/TealCode/analytics/views.py
2021-11-17 11:28:08 +01:00

4 lines
99 B
Python

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