1👍
✅
I think you want Django’s pagination. That should allow you to query a database, and split the resulting objects across pages. It even has an example.
Source:stackexchange.com
1👍
I think you want Django’s pagination. That should allow you to query a database, and split the resulting objects across pages. It even has an example.