r4fek / django-cassandra-engine

Django Cassandra Engine - the Cassandra backend for Django
BSD 2-Clause "Simplified" License
364 stars 85 forks source link

Dajngo based Pagination for Cassandra models #126

Open tombroi opened 5 years ago

tombroi commented 5 years ago

Hi Team, Please find some time to add pagination feature. This will help a lot of people like us.

esfandiaryfard commented 5 years ago

I didi pagination like what it was in django site and it works well

vvxhid commented 2 years ago

Django paginator class works fine. Pass a list, tuple, QuerySet, or other sliceable object with a count() or len() method.