kasulani / drf_tutorial

This is a simple API for a music service that i developed for my tutorial on DRF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test with pagination

fedecaccia opened this issue · comments

How can we modifty this line in tests:

reverse("songs-list-create", kwargs={"version": "v1"})

in order to allow pagination?