coderedcorp / coderedcms

Wagtail + CodeRed Extensions enabling rapid development of marketing-focused websites.
https://www.coderedcorp.com/cms
Other
667 stars 137 forks source link

django-el-pagination for pagination #83

Closed phyominh closed 1 month ago

phyominh commented 5 years ago

For paginating pages, django-el-pagination might be a good upgrade as it offers two types of pagination style and the app has good documentation.

vsalvino commented 5 years ago

@phyominh did you by chance get django-el-pagination to work with coderedcms? I'm wondering if this would be something that would need to be included in coderedcms, or implemented on individual projects via a documented how-to article.

phyominh commented 5 years ago

@vsalvino I've used it with codered and you can check it out here. I haven't tested the performance but it works great. The best part about using django-el-pagination is it just has to be plugged in at the template layer so if you have a change of mind later it can be easily removed without breaking anything.

vsalvino commented 5 years ago

@phyominh nice website :) I would appreciate it if you could to write a guide in the docs (pull request), or a how-to blog/article about how to do endless pagination with CodeRed CMS.

corysutyak commented 5 years ago

I'm hesitant to add this directly to the CMS. But it's a good feature for project specific implementations. A how-to article/recipe for this functionality would be great!

vsalvino commented 1 month ago

Closing this due to inactivity. Feel free to re-open if you are still experiencing the issue or have any new information. Thanks!