Antonio Martín Romero

Results 5 comments of 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. ![image](https://cloud.githubusercontent.com/assets/2338773/13982925/8dd32620-f0e4-11e5-8209-848f96f43d4f.png)

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...