Files
tealcode-django-python/TealCode/main/views.py
2021-11-09 20:18:10 +01:00

5 lines
95 B
Python

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