-
```
We're seeing this error in the sagenb.org error logs:
2011-12-14 09:33:44-0800 [-] WSGI application error
Traceback (most recent call last):
File "/sagenb/sage_install/sage-4.7.…
-
Currently, the Flask web server is used for in the application, but it won't be able to scale very well it will be better if you add support for Gunicorn server
-
Please have a look at my Stackoverflow question at https://stackoverflow.com/questions/54268271/sqlalchemy-db-session-commit-behaviour. I'll copy paste it here as reference too:
> I'm completely st…
-
If it is possible, could you please add following vulnerable app in Vulnerable Web Application?
https://github.com/anil-yelken/Vulnerable-Soap-Service
https://github.com/anil-yelken/Vulnerable-Flask…
-
- Connect to a database technology on start of your application (please only select one technology, try to choose something that is a good fit for your project if possible, or something you are comfor…
-
Use Flask-admin and SQLAlchemy.
I need handling events from SQLAlchemy on editing objects and search fields that was changed in whole application not just admin part.
After editing usual text field…
-
Package version (if known): v9.1
## Describe the bug
There is a bug in validation of contributor affiliation identifiers, which results in an application crash. It impacts both personal and organi…
-
Hi,
I'm currently working on an application which uses flask-security mechanisms.
I was looking to add a second factor authentication to my application and couldn't find a feature inside that can be …
-
My web app is looking for a MINLP solver, and I came across GEKKO which works perfectly for my use case when running locally. I was hoping to run GEKKO through [Pyodide](https://pyodide.org/), but tha…
-
@EagleSury Couple of thoughts on code:
- Good work on making WebScaping, SQLLite and Flask application work!!
Couple things to improve
- A bit more details in documentation about the app and…