WTV2D/core/views.py
2022-06-09 14:52:42 +02:00

8 lines
129 B
Python
Executable File

from django.shortcuts import render
# Create your views here.
def home(request):
return render(request, 'core/home.html')