{% extends 'admin/master.html' %} {% block body %} {{ super() }}

Flask-Admin example

Basic SQLAlchemy model views.

This example shows how to add basic CRUD-views for your SQLAlchemy models.

The views are generated automatically, but it is perfectly possible to customize them to suit your needs.

Back
{% endblock body %}