Antonio Martín Romero
Antonio Martín Romero
I had the same problem but managed to sort it out. Make sure you run the following command after installing the library: `python manage.py collectstatic`
Yes, I have the same issue. Let us know once the patch is available, thanks.
Yes, it is true. I have removed the verbose conditionals alongside the is_paginated block to make it compatible with normal views as well. 
That's for the Class-based views. If you use a normal Django view, you don't have that variable in your template. I had to remove it to get the pagination.
it won't break it, even the default template (pagination.html) doesn't have it. The idea to have a template setting is to be able to set your own template. You are...