FlaskIntroduction icon indicating copy to clipboard operation
FlaskIntroduction copied to clipboard

Repo for my tutorial on freeCodeCamp.org

Results 4 FlaskIntroduction issues
Sort by recently updated
recently updated
newest added

macOS Venture 13.4 Python 3.11.3 ````bash >>> from app import db >>> db.create_all() ```` returns ````bash Traceback (most recent call last): File "", line 1, in NameError: name 'db' is...

Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies
python

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies
python

Thanks for checking out my Flask tutorial repo! Since this is a tutorial repository, it's not updated unless a major breaking issue is discovered. Because of the reason mentioned, please...