-
For people who insist on using the admin. Should definitely be a readonly field, both for timezone issues and data consistency.
jlev updated
10 years ago
-
I'm making a admin dashboard for a MongoDB, I'm using pymongo. I want to have a list field, and do CRUD operations on it plus the Create,Update operation is limited to choices(using select2field). How…
-
**Step to reproduce:**
Step 1. Create a broken symbolic link:
![image](https://github.com/flask-admin/flask-admin/assets/6646473/73a2cddd-5812-456f-99c7-a68265936d5d)
Step 2. Serve this direct…
xmcp updated
4 months ago
-
-
I have created a gist because I usually would really like syntax such as `username:kootenpv` which would limit the search to that field.
See here how I implemented it: https://gist.github.com/koote…
-
There seems to be an incorrect check for object equality. It works if dunder eq is not used in application since it will probably default to object reference equality.
Look into changing ""==" to "…
-
## flask-admin
### Description
Incorrect usage of this library leads to serious consequences...
routes.py
``` python
from app import app, db
from flask import render_template, render_te…
-
We should use flask admin to create the views for the admin
Pages:
1. view all ngos
2. edit ngo
3. view users
4. edit user details
5. a stats page: number of ngos, number of donors (per total, f…
-
as the title
-
I am trying to do the following:
`
form_args = dict(
instructor = dict(label="Instructor", query_factory=filtering_fun)
)
`
However I am gettng this error: `TypeError: __init__()…