Peewee backendΒΆ

Features:

  • Peewee 2.x+ support;
  • Paging, sorting, filters, etc;
  • Inline editing of related models;

In order to use peewee integration, you need to install two additional Python packages: peewee and wtf-peewee.

Known issues:

  • Many-to-Many model relations are not supported: there’s no built-in way to express M2M relation in Peewee

For more documentation, check flask.ext.admin.contrib.peewee documentation.

Peewee example is here.

Related Topics

This Page