-
I like to use StrictUndefined to catch more errors in my templates. This raises many errors in flask-admin. You can simply check by enabling it in tests.
```python
from jinja2 import StrictUndef…
-
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
-
Hi,
The actual problem with the situation described in [Issue 1468](https://github.com/flask-admin/flask-admin/issues/1468) is that when I use a query select function that "should" work, it trigge…
-
hello ,
I am using flask-admin since it was version 1.4.0 and it worked perfectly fine. and now I am trying to upgrade all by packages. but flask-admin seems to break for the current version it h…
-
First of all I like to show you my test project skeleton:
```
app.py
app/
|--mysite/
|--------__init__.py
|--------models.py
|--------views.py
|--------templates/
|-----------------index.html
|--admi…
-
## User Story
In order to make the H2.0 application processes more discrete, datagovteam wants to separate the harvesting of records into the flask app from pushing the records to CKAN.
## Accep…
-
# 2024 n00bzCTF - deciphr
Challenges Passwordless Passwordless Tired of storing passwords? No worries! This super secure website is passwordless!
For this challenge, we had to exploit a program weakn…
-
I am currently using Flask-admin for about 85% of my application which centers around manipulating database models.
However, for the remaining 15%, I am sticking to the style recommended on the fla…
ghost updated
5 months ago
-
## Add festivals and seasons
Enable the program to support multiple festivals and multiple seasons.
I will need tables that track both festivals and seasons. I will need to record which festival…
-
http://flask.pocoo.org/docs/1.0/patterns/streaming/
There is a possibility in flask but i can not reproduce it in flask admin. I use my own views and then add them `admin.add_view`. Using render it i…