-
### i18n
[Currently (as of v1.6.1)](https://github.com/pallets-eco/flask-admin/blob/v1.6.1/flask_admin/babel.py#L2-L5), `flask-admin` i18n depends on `flask-babelex` _if it's present_, falling back t…
-
I've added a scaffold_form() function on my view, in order to override the querying of a specific child field. But it is put at the bottom of the form, instead of at the top, as requested by 'form_co…
dhait updated
2 weeks ago
-
```
10.6 MiB [##########] /fontawesome-free-5.1.0-web
303.0 KiB [ ] /leaflet
267.0 KiB [ ] /bootstrap4
140.0 KiB [ ] /x-editable
81.0 KiB [ ] /sele…
mayli updated
2 weeks ago
-
Bonjour,
J'ai un problème probablement lié à ma configuration spéciale.
Mon schéma des utilisateurs est un foreign_schema d'une autre base GeoNature. Lors de chaque mise à jour, je remet en place l…
-
For example, at the macros.rst page (https://bootstrap-flask.readthedocs.io/en/stable/macros/), replace all import statements from
```
{% from 'bootstrap4/nav.html' import ... %}
```
To:
``…
-
does not run, outputs error in console stating global_recommendations is not defined
```
127.0.0.1 - - [15/Sep/2024 20:57:04] "GET /recommended HTTP/1.1" 200 -
127.0.0.1 - - [15/Sep/2024 20:57:04…
-
-
I am trying to apply local CSS to Dash. I have an 'assets' folder for the app containing an image and a CSS file. After running 'collectstatic', the assets appear seemingly where they should, in a dir…
ghost updated
5 years ago
-
Run on terminal:
python examples/simple/app.py
Error:
![image](https://user-images.githubusercontent.com/395096/92973256-2993af80-f45a-11ea-89e5-568675e0c0e5.png)
-
I have following form definition:
```
class Form(FlaskForm):
text = StringField(description='Some visible text')
unique = BooleanField(description="Won't be rendered")
```
And below I'…