added Analytics

This commit is contained in:
DerTyp187
2021-11-17 11:28:08 +01:00
parent f8ac7d60ff
commit 938859f5aa
16 changed files with 134 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
from django.shortcuts import render
def index(req):
return render(req, 'analytics/index.html')