-
If I'm building a web application using a Flask back-end but a Vue front-end instead of one based off the Jinja2 templating system, but still want to utilize Flask's `url_for` function in the front-en…
-
Flask's `url_for` function encodes input to be URL safe. For example, `url_for('root', someparam='5 & 6 & more')` gives back `/?someparam=5+%26+6+%26+more`.
JSGlue doesn't escape the input at all. …
-
When external is provided, JsGlue.url_for should use SERVER_NAME to build the path, not location, just like Flask.url_for. This behavior is quite useful for SPA websites.
imaia updated
7 years ago
-
Hello,
With new version of Jinja2 the Python modules Markup and Escape should be imported from MarkupSafe ([https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-1](https://jinja.palletspr…
-
I installed Flask-JSGlue2 through pip and I get the following error:
```
GET https://domain.com/jsglue.js net::ERR_ABORTED 500 (INTERNAL SERVER ERROR)
```
When I click it it takes me to the sc…
-
I have created a flask app which I later deploy on Azure App services to get the endpoint /predict
First was to config the flask
- creates a folder called template
Flask uses a templatin…
-
### Environment windows 10
Flask-Appbuilder version:4.0.0
apispec==3.3.2
attrs==23.2.0
Authlib==1.0.0
Babel==2.14.0
cffi==1.15.1
click==8.1.7
colorama==0.4.6
cryptography==42.0.8
dns…
-
I have a project that is using Quart as backend instead of Flask. Although you can patch Flask in Quart for external libraries, there is an issue when make_response directive is used.
I adapted your …
-
An optional integration with flask-cache could do some wonders here.
imaia updated
7 years ago
-
I'm not sure how I want to do the transition myself yet but I'm more than happy with how Click (http://click.pocoo.org/) (and the integration of it into Flask 1.0) is going that I would like this to b…