1👍
✅
Found the solution. This was actually pretty easy but i’ll write the answer in case it’s useful for somebody else.
The solution is to use the paginator (I wasn’t googling the right terms so I didn’t find it at first).
I the ajax call I send the offset
and limit
parameters.
More: http://django-tastypie.readthedocs.org/en/latest/paginator.html
Source:stackexchange.com