css,js,ws

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-01-02 21:44:28 +05:00
parent 8a36155c20
commit 4609cbfb21
154 changed files with 22491 additions and 1226 deletions

5
app/home/views.py Normal file
View File

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