Simplify Django REST Framework pagination with sympaginate

In almost every Django REST Framework project, we use pagination - but writing the same long code again and again can be tedious. To simplify this, I created 𝘀𝗶𝗺𝗽𝗹𝗲_𝗱𝗿𝗳_𝗽𝗮𝗴𝗶𝗻𝗮𝘁𝗶𝗼𝗻, an open-source package that lets you add pagination to your views with just 𝗼𝗻𝗲 𝗹𝗶𝗻𝗲 𝗼𝗳 𝗰𝗼𝗱𝗲. It supports 𝗽𝗮𝗴𝗲, 𝗹𝗶𝗺𝗶𝘁, 𝗮𝗻𝗱 𝗰𝘂𝗿𝘀𝗼𝗿 pagination, is fully tested, and ready for production. Explore the package: GitHub: https://lnkd.in/gu7VBGPD PyPI: https://lnkd.in/gWqMgMXn #Python #Django #DRF #BackendEngineering #OpenSource #WebDevelopment

  • text

To view or add a comment, sign in

Explore content categories