-
I am using mongodb and flask admin and flask admin is great ! but sometimes I have to manage some pages which have to contain not the same but different data and can not be "Modeled" in a one Model
…
-
I would like to set use_locale on a DecimalField in form_extra_fields. Unfortunately, I got the following error:
```
ERROR:flask.app:Exception on /admin/product/edit/ [GET]
Traceback (most recent…
-
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…
-
# Use HTMX
At #678, we discussed using HTMX to do inline edits.
## Benefits:
- HTMX could ease the development of `create_modal`, `edit_modal`, and `details_modal` from Flask Admin.
- HTMX c…
-
```
File "/srv/--redacted--/.virtualenvs/--redacted---pypy/site-packages/flask_admin/model/base.py", line 804, in __init__
self._refresh_cache()
File "/srv/--redacted--/.virtualenvs/--redac…
-
SequenceField values are stored as int so sorting, search & filter could be easily supported.
As of Flask-Admin 1.5.4, they aren't supported.
Getting errors:
`raise Exception('Unsupported filte…
-
I have a need to use flask-admin in a CSP protected app. As flask-admin is package it is not practicable to apply a csp exception annotation to each of it's routes. In my current application I have …
-
I use Flask-OIDC to secure internal applications and am using Authentik as my single sign-on provider. My sessions keep expiring after 5 minutes which is the access token expiry, so I wanted to check …
-
It looks like when i use a custom converter, the query generated by flask-admin filter is incorrect.
The difference seems to stem from how I imported the `FilterConverter` class.
`from flask.ext…
-
`
category_icon_classes = {"System": "glyphicon glyphicon-wrench"}
admin = Admin(
template_mode="bootstrap3",
category_icon_classes=category_icon_classes)`
The related code is:
https:…