mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
added Analytics
This commit is contained in:
4
TealCode/analytics/views.py
Normal file
4
TealCode/analytics/views.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
def index(req):
|
||||
return render(req, 'analytics/index.html')
|
||||
Reference in New Issue
Block a user