-
Server fails to start after pymongo 4.9.0 release
It looks like pymongo 4.9.0 was released a few days ago. We don't depend on it directly, but flask-pymongo imports it. Unfortunately some things have…
plars updated
1 month ago
-
These records break the display page if we try to display one of these rows:
```
Exception on /L/1/6431 [GET]
Traceback (most recent call last):
File "/home/sage/sage-9.4/local/lib/python3.9/sit…
-
![domain](https://github.com/user-attachments/assets/701460b8-90df-4338-86de-dcb9233d199e)
日志:
2024-09-25 11:30:33 [ERROR] ha…
-
Try playing around with the Jinja html templating engine
it works nicely with flask and django
https://flask.palletsprojects.com/en/2.3.x/templating/
https://docs.djangoproject.com/en/5.1/topics…
-
## what the test was
integration testing
## the expected results
status code 200
## what went wrong
Error 404
## steps to reproduce issues
-run python app.py
-access Browser 127.0.0.1:5000
…
-
We need to deploy the Flask application using Nginx and Gunicorn to improve scalability and ensure the application can handle multiple client requests. The deployment should include the following step…
-
Hello,
just try to start standalone app and have next error:
`2024-06-12 15:43:05,441 | ERROR | app Exception on /api/login/hosts/ [GET]
Traceback (most recent call last):`
`File "/home/u…
-
**Describe the bug**
After clicking 'Leistungszertifikate' ausstellen, not all certificates are created, even after multiple tries.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to ht…
-
## what the test was:
integration test
## The expected Result
Status code 200
##
what went wrong
Error 404
##
Steps to reproduce issuses
-Run python app.py
-Acess the browser 127.0.0…
-
Once flask is up and running, here are the few issues I am seeing:
- [x] app context was not set up yet. (Remember this has to do with `app.app_context().push()`)
- [x] Looks like there are some OR…