Thanks for keeping this simple. Very much appreciated. Bought your course on Packt yesterday purely because of the excellent free content you put out and showing the mechanism of action so we can understand ourselves, rather than code along with a full app. With that said, I'd love to see some more advanced celery stuff (with DB tasks and .atomic), some stuff on Django all-auth and some full walk through on DRF. WITH DB. Thanks again Anthony!
hi,so if we want to limit the pages number what we have to do? for example we have 10 pages and we want to show just 5 number of pages in pagination and from 6 to next,numbers just shown with next button...how we do that?
Hey man! You'r just AWESOME, can you make a video for the SEO of a Django website, I did a bunch of research, just need a video from you to complete my puzzle :)
Hi, excellent short kind of explanation. I would like to include all the pages between previous and next like below previous 1 2 3 4 5 6 7 8 9 10..100 next , from 10 no need to show but include 100 as it is the last page and when I clicked on 10 it should show like previous 10 11 12 13 14 15 6 17 18 19 ..100 next
Hi I am facing PageNotAnInteger while trying return to previous page. Next page is working fine. Previous page is not working. Please can anyone help me regarding this. Even in URL page number is showing empty "127.0.0.1:8000/accounts/profile/?page="
I got stuck with the hole concept of pagination and how it works, but after seeing your tutorial it has become much easier. Thank you
Thanks for keeping this simple. Very much appreciated. Bought your course on Packt yesterday purely because of the excellent free content you put out and showing the mechanism of action so we can understand ourselves, rather than code along with a full app.
With that said, I'd love to see some more advanced celery stuff (with DB tasks and .atomic), some stuff on Django all-auth and some full walk through on DRF. WITH DB.
Thanks again Anthony!
BROOO! this video is gold! thanks!
This was an amazing tutorial and solved my problem for paginating JSON data too! Thanks a lot!
Thank you for creating such simple and quality videos on Django! :)
Glad you like them!
Super cool man. Exactly what I needed to help my blog along.
Django is cool and also your logic is cool 😍
Great content! This really helped :) Thank you.
Thanks so much, I was able to follow through
Excellent video. Thanks so much Anthony!
Man, really good and simple tutorial, that's what we need, nice work!
Nice Presentation
Got the Idea Clearly...
Thanks a Llllot
Yup. Clear now... Thanks for this session.
Great Content SIr
i am very thankful for this amazing simple video
....
Thank you so much! This was super helpful.
Im new in python
Every time when I think that's hard to this
After watching your tutorial
I said too easy
So thank youb
Thank you for the superb video!
Very good short lesson. Thank you. Any idea about managing json API results with previous/next url ? Thank you anyway.
Many thanks, great video, if I have 50 pages, and I want to display only 6 pages and previous and next, is it a library to achieve this?
hi,so if we want to limit the pages number what we have to do? for example we have 10 pages and we want to show just 5 number of pages in pagination and from 6 to next,numbers just shown with next button...how we do that?
It's so nice that Django added the Paginator. I don't remember that being there 2 yrs ago, but maybe I'm wrong.
I'm not sure when it was first released, but it's be available for a few years now at least.
Awesome as always
Thanks for watching!
Amazing 👏.
Ty so much, you rock!
Needed ... you are great 👍🏻 I
Glad you liked it!
First of all, Excellent and crisp videos. How to combine "Pagination" options and give an "All" option to view all results ?
Thanks a lot.
Hi Pretty Printed, How can I connect to openstack through django rest api
Hey man! You'r just AWESOME, can you make a video for the SEO of a Django website, I did a bunch of research, just need a video from you to complete my puzzle :)
Спасибо! Очень помогло!
Great video. Hi, Is there something similar for Flask? It took me 2 days to make my own pagination :(
Yeah, Flask-SQLAlchemy comes with pagination. I talked about it here: th-cam.com/video/hkL9pgCJPNk/w-d-xo.html
Hi, excellent short kind of explanation. I would like to include all the pages between previous and next like below
previous 1 2 3 4 5 6 7 8 9 10..100 next ,
from 10 no need to show but include 100 as it is the last page and when I clicked on 10 it should show like
previous 10 11 12 13 14 15 6 17 18 19 ..100 next
Hi I am facing PageNotAnInteger while trying return to previous page. Next page is working fine. Previous page is not working. Please can anyone help me regarding this. Even in URL page number is showing empty "127.0.0.1:8000/accounts/profile/?page="
Hi Pretty Printed! :) Can you show how to connect django-social-share with icons ? =)
I'll look into it.
Perfect!!
Thanks for watching!
Thanks for the awesome video. Very much appreciated. please share the source code
Great!
Thanks for watching!
But we need one more thing, jump to page. With input box. Nice tutorial tnx
{% if page.has_previous %}
Previous page
{% endif %} does not appear any text in html.
he changed it to items.has_previous
Video was published in 9 July
In my birthday :)
perfect
great