Files
Miroca_Server/app/home/views.py
Victor Alexandrovich Tsyrenschikov ad71a06dee html
2026-01-03 13:04:10 +05:00

6 lines
143 B
Python

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