You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST interface
Hi all,
I have been trying out django_restapi and am really excited about the
prospects. I am having trouble with something very basic: -
Let's say I have 35 instances of a model and I'm using paginate_by =
10
What URL do I need to use to see the second and third pages of the
results?
Thanks.
chefsmart
unread,
Mar 14, 2009, 6:32:00 AM3/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST interface
Yeah so I re-checked the code and it's fairly easy. One just needs to
pass an attribute-value pair in the form of page=n in the HTTP GET
request for the URL.