Miroca_Server

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-01-02 15:07:56 +05:00
parent c9ae31bc3d
commit 0df2ccb03c
8 changed files with 194 additions and 4 deletions

View File

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