Начал доводить шаблоны под единый стиль

This commit is contained in:
Viner Abubakirov
2025-12-12 16:57:12 +05:00
parent 435a4bed0c
commit 9993fd5de6
11 changed files with 124 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
from django.shortcuts import render
# Create your views here.
def index(request, *args, **kwargs):
return render(request, "index.html")