Message from Python discussions

December 2018

— You should instead maybe use variables in the template

— 

I use pagination django and in template and I have only one part of the database, but I need to search all

— Yeah, you have to make a query

— Do you need to refresh the page?

— You're right

— No

— Because i use ajax

— Ok, mmm then rendering the whole template is not an option

— You should separate templates

— And reload the part that you want to render again

— Https://stackoverflow.com/questions/16110099/how-to-render-only-part-of-html-with-data-using-django

— Does it suit your needs?