richardbarran / django-photologue

A customizable plug-in photo gallery management application for the Django web framework.
BSD 3-Clause "New" or "Revised" License
674 stars 239 forks source link

Why was *_PAGINATE_BY removed? #203

Closed iarp closed 4 years ago

iarp commented 4 years ago

I see in the changelog that *_PAGINATE_BY settings were removed from settings and I'm just curious as to why? Searching issues and PR's has no results.

richardbarran commented 4 years ago

As Photologue uses Class-Based Views, it's very easy to change the pagination - see the example in the docs https://django-photologue.readthedocs.io/en/stable/pages/customising/views.html

The need for a separate setting was not obvious - so I deprecated it.