flask-sqlalchemy
Here are 2,058 public repositories matching this topic...
-
Updated
Mar 20, 2022 - SCSS
-
Updated
Nov 12, 2021 - HTML
-
Updated
Mar 17, 2022 - Python
-
Updated
Apr 6, 2022 - Python
-
Updated
Jul 3, 2018 - Python
-
Updated
Feb 2, 2022 - Python
-
Updated
Mar 2, 2022 - Python
Add index to readme
Add a method index (quick links FFU methods) t the top of the read me so users dont have to scroll all the way down to read a specific methods docs.
-
Updated
Mar 31, 2022 - Python
-
Updated
Jan 30, 2022 - Python
Now that loading="lazy" is supported among a decent chunk of web browsers, I think it would be good for Maniwani to use this attribute in areas where attachment thumbnails are used - the catalog, firehose, threads, and the board index.
Note that among browsers, at least Firefox [disables lazy loading](https://developer.mozilla.org/en-US/docs/Web/HTML/E
-
Updated
Mar 2, 2022 - Python
-
Updated
Jun 27, 2021 - Python
-
Updated
Jan 18, 2022 - Python
-
Updated
Nov 9, 2019 - Python
-
Updated
May 6, 2021 - Python
-
Updated
Oct 19, 2021 - Python
-
Updated
Feb 21, 2022 - Python
-
Updated
Feb 23, 2022 - Python
-
Updated
Apr 6, 2022 - CSS
Modify Form Names
Currently the applications forms are defined in resume/forms.py
It would be good if the form names are redefined to start with capital letters and ending with Form (eg UserExpForm)
The forms present are
- RegistartionForm (Done)
- LoginForm (Done)
- PostingForm (Done)
- UsereducationForm
- UserexperienceForm
- UserProjectsForm
- ResumeBuilderForm
- UserSkillsForm
- UserAchievement
-
Updated
Dec 8, 2020 - HTML
-
Updated
Jan 6, 2022 - Python
-
Updated
Jul 17, 2020 - HTML
-
Updated
Apr 16, 2019 - CSS
-
Updated
Mar 29, 2022 - Python
-
Updated
Feb 18, 2020 - HTML
Improve this page
Add a description, image, and links to the flask-sqlalchemy topic page so that developers can more easily learn about it.
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."
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