flask-sqlalchemy
Here are 1,944 public repositories matching this topic...
-
Updated
Jan 13, 2022 - Python
-
Updated
Nov 12, 2021 - HTML
-
Updated
Jan 10, 2022 - Python
-
Updated
Jan 12, 2022 - Python
-
Updated
Jul 3, 2018 - Python
-
Updated
Nov 20, 2021 - Python
-
Updated
Nov 11, 2021 - 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
Jun 1, 2021 - Python
-
Updated
Jul 27, 2021 - 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
Oct 5, 2021 - Python
-
Updated
Jun 27, 2021 - Python
-
Updated
Jan 6, 2022 - Python
-
Updated
Nov 9, 2019 - Python
-
Updated
Oct 19, 2021 - Python
-
Updated
May 6, 2021 - Python
-
Updated
Oct 11, 2021 - Python
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
Jul 17, 2020 - HTML
-
Updated
May 13, 2021 - Python
-
Updated
Jan 13, 2022 - CSS
-
Updated
Jan 6, 2022 - Python
-
Updated
Apr 16, 2019 - CSS
-
Updated
Jan 13, 2022 - Python
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