django-endless-pagination

Infinite scroll in django

爱⌒轻易说出口 提交于 2019-12-03 06:16:26
Is it possible to implement facebook style loading of content while scrolling down? I would like to implement it in an ecommerce site. There are a lot of items in each category and the category page becomes too long. I could implement page numbers but my client wants me to implement that facebook type of loading. Is there anything I can use? Rest of the site has already been built. I did look into django-endless-pagination but was not able to get it to work. Is there any demo of it so that I can look into it? mtnpaul We used django endless pagination on www.mymommemories.com without too much