added main-app

This commit is contained in:
DerTyp187
2021-11-09 20:18:10 +01:00
parent a5a563a1ff
commit 0c93c2e232
644 changed files with 18706 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
from django.shortcuts import render
# Create your views here.
def index(req):
return render(req, "main/index.html")