In a Flask application using Flask Admin, I would like to be able to define different form fields in the Edit section of the ModelView than in the Create section.
The form_columns parameter applies to both Create and Edit, but I cannot find a way to give different sets of columns for each section.
python flask flask-admin
Robertocuba
source share