Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
django-el-pagination for pagination #83
Comments
@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. |
@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. |
@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. |
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! |
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.