Message from Python discussions

December 2018

— This tutorial is ok
https://djangopy.org/how-to/pagination-with-django/

— 

I use this pagination, but i have 50000 objects in db and download all on one page is unreasonable,but this pagination but this pagination does not allow javascript to search the entire database, but only on those elements that are on the page

— From tkinter import*


root = Tk()
thelabel = label(root, text="oyna")
thelabel.pack()
root.mainloop()

— You dont query database with javascript boy

— Hi guys

— Why my code isnt working

— if not work():
work()

— How query db with js?

— You don't

— Use an API

— Do pagination and querying in backend

— So can you help me