frankban / django-endless-pagination

This project is deprecated: please use https://github.com/shtalinberg/django-el-pagination
MIT License
251 stars 108 forks source link

A global setting to decide the number of elements in one page #75

Open eromoe opened 10 years ago

eromoe commented 10 years ago

I read the doc and do not find such thing.

martey commented 10 years ago

ENDLESS_PAGINATION_PER_PAGE (see http://django-endless-pagination.readthedocs.org/en/latest/customization.html#settings) is probably want you are looking for.