mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 20:57:07 +01:00
added main-app
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
def index(req):
|
||||
return render(req, "main/index.html")
|
||||
|
||||
Reference in New Issue
Block a user