flask-example icon indicating copy to clipboard operation
flask-example copied to clipboard

A minimal web app developed with Flask

Results 8 flask-example issues
Sort by recently updated
recently updated
newest added

Hello, I am starting with Flask and I would like to know why this error persists? I have the impression that users.db is empty but since PyCharm I can't do...

The problem specified in issue #15 is caused by outdated dependencies. Upgrading Flask to newer version fixes it. This PR fixes #15 by upgrading the Flask (and its) dependencies to...

Following the guide, the application fails to launch due to "old" dependencies. Here's the exact error ```plain Traceback (most recent call last): File "/home//flask-example/app.py", line 4, in from flask import...

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

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

This Pull Request dockerizes the existing Flask toy app to make it easier to run, consistent across environments, and portable. ### Changes included: 1. **Docker setup** - Added `Dockerfile` for...