Skip to content
#

flask-sqlalchemy

Here are 1,223 public repositories matching this topic...

jessesheidlower
jessesheidlower commented Nov 17, 2017

I'm new to Flask, and was wondering about a feature that I think would be useful to add to the Pagination class. Unless I'm missing it, there doesn't seem to be a built-in way to get the numbers of the items you're viewing on the page itself. That is, if you want to display "387 records found; displaying 26–50", you'd have to do calculations to get the "26" and "50".

I think something along the

DangerOnTheRanger
DangerOnTheRanger commented Aug 23, 2020

Right now, only S3Storage supports copying files over from the deploy-configs/custom-static directory as a part of the bootstrap/update process. While it's easy in theory to duplicate this behavior by hand when using FolderStorage, it would be better to simply have FolderStorage scan the directory and copy over the files so as to make the behavior between the two backends consistent.

Improve this page

Add a description, image, and links to the flask-sqlalchemy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flask-sqlalchemy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.