It might be nice if someone could use your base tool like this, but a little less hacky where you can receive the page from a stub view that you can import from endless and a stub URL from endless which would setup the fake page.
Just an idea if anyone knew, but URLs which have a folder name would rank higher than those with a get parameter with SEO.
Close if you want, but I wanted to suggest something more elegant that you guys can support maybe as a configuration.
I had a requirement to change my urls from /?page=1 ?page=2 etc etc to a slug folder like -1/ -2/ -3/
I implemented it like this:
https://github.com/davidrenne/django-endless-pagination/commit/f490a7698ee360987a9e92155f3c546400a07871
It is a bit hacky because I am translating the page parameter from URLS.py
Where my original use case was views.index paginating just fine.
I created a dash version which had this contents for the stubbed view:
It might be nice if someone could use your base tool like this, but a little less hacky where you can receive the page from a stub view that you can import from endless and a stub URL from endless which would setup the fake page.
Just an idea if anyone knew, but URLs which have a folder name would rank higher than those with a get parameter with SEO.
Close if you want, but I wanted to suggest something more elegant that you guys can support maybe as a configuration.