This commit is contained in:
iOnTuMuCTi
2023-05-23 01:01:46 +03:00
parent 3647eca03b
commit 18e6122296
289 changed files with 46932 additions and 0 deletions
@@ -0,0 +1,8 @@
from django.http import HttpResponse
from django.shortcuts import render
from db import getcont
def index(request):
a = getcont()
return render(request, 'polls/menu.html', {'data':a})