This commit is contained in:
Harutyun
2023-05-23 01:09:20 +03:00
parent e4f0ef9af2
commit a6f107781e
252 changed files with 37303 additions and 0 deletions
@@ -0,0 +1,8 @@
from django.http import HttpResponse
from django.shortcuts import render
from db_get import djselect
def index(request):
a = djselect()
return render(request, 'polls/Menu.html', {'data': a})