-
add files and folders following directory structure for a Flask application:
budget_app/
├── backend/
│ ├── app/
│ │ ├── __init__.py
│ │ ├── models/
│ │ │ ├── __init__.py
│ …
-
Hi!
This package has been intriguing to me as someone that maintains both a Django and Flask application. I like the idea of having a single source-of-truth on our security header configuration acr…
-
# Description
I'm encountering an issue while trying to configure Celery in my Flask application. Despite following the documentation and examples, I keep receiving an error message stating "Cannot m…
-
Add flask application for this app.py
-
-
- [ ] Set up basic Flask application
- [ ] Create config management
- [ ] implement core api endpoints:
/api/balances
/api/transactions
/api/monthly-summary
/api/categories
- [ ] add data …
-
**Describe the bug**
Error when running Flask application
[新建文本文档.txt](https://github.com/yoheinakajima/instagraph/files/13723381/default.txt)
(myenv) D:\my projects\instagraph>python main.py
…
-
> The application can then be started via
>
> ```commandline
> PYGEOAPI_CONFIG= \
> PYGEOAPI_OPENAPI= \
> python3 connected-systems-api/flask_app.py
> ```
The file `flask_app.py` is not part…
-
Description
A Flask web application that allows users to download audio from YouTube videos and transcribe it into text. The application utilizes the pytube library for downloading videos and the Spe…
-
Vulnerable Library - Flask-2.1.2-py3-none-any.whl
A simple framework for building complex web applications.
Library home page: https://files.pythonhosted.org/packages/ba/76/e9580e494eaf6f09710b0f3b9…