initial commit

This commit is contained in:
2026-09-05 23:43:46 +03:00
commit 9c91b9bf10
5730 changed files with 768970 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from django.shortcuts import render
from django.views.generic import TemplateView, ListView
# Create your views here.
class IndexView(TemplateView):
template_name = "apps/core/index.html"