Top "Flask-admin" questions

Flask-Admin is an extension for the Flask framework.

Customize (override) Flask-Admin's Submit method from edit view

Preconditions: I'm new to Python and to Flask-Admin in particular. I created a simple test service, which has MondoDB, keeping …

python flask flask-admin
Flask-Admin extending templates

I'm trying to extend my template with 'master.html' template of Flask-Admin like this: {% extends 'admin/master.html' %} {% block body %} …

python flask jinja2 flask-admin