mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-29 12:32:09 +01:00
4 lines
99 B
Python
4 lines
99 B
Python
from django.shortcuts import render
|
|
|
|
def index(req):
|
|
return render(req, 'analytics/index.html') |