{% extends 'admin/master.html' %} {% block body %} {{ super() }}
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.
{{ _gettext('Back') }}