The Wayback Machine - https://web.archive.org/web/20201103152417/https://github.com/topics/flask-sqlalchemy
Skip to content
#

flask-sqlalchemy

Here are 1,343 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

DiptoChakrabarty
DiptoChakrabarty commented Oct 1, 2020

Under the resume/templates directory I have two resume templates present

  • resume.html
  • resume-template.html
    the resume.html is able to grab data incoming from flask as it uses templating , it would be cool if the resume-template which is right now pure html would also be converted into the same kind .

Further enhancement: add a projects section in the resume-template.html to hold the pr

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.