-
-
-
### What problem do you want to solve?
app.cli.command are not instrumented
```python
@app.cli.command()
def create_index():
"""Create or re-create the Elasticsearch index."""
basedir …
-
it looks like `flask-migrate` is included as a dependency in the `requirements.txt`.
I also noticed that, while testing out #21, I saw a database error because my schema was out of date.
Would i…
-
-
Summary: Instructions for adding and running tests (like pytest) were missing or unclear in the README, causing confusion for new contributors.
Details: Test environment setup was not adequately docu…
-
### **Description**
The goal is to develop a front-end interface to enable users to search for specific data efficiently. The front-end should integrate with the Flask back-end and include the foll…
-
**Describe the bug**:
When I run as `gunicorn -w 4 run:app` using its own wsgi, then I see data in Kibana.
When I run as `gunicorn -w 4 -k uvicorn.workers.UvicornWorker run:asgi_app`, then I do not…
-
Python Web App for Weather getting through location also want to use place api to get image of place as background to this weather details.
-
## Description
The current `README.md` does not provide information on how routes and templates are implemented within our Flask application. To assist new contributors and improve project documentat…