iommi is a high level framework built on django


Keywords
iommi
License
BSD-3-Clause
Install
pip install iommi==7.0.0

Documentation

iommi

Your first pick for a django power chord

image

image

image

Documentation Status

image

iommi is a toolkit to build web apps faster. It's built on Django but goes a lot further.

It has:

  • forms: that feel familiar, but can handle growing complexity better than Django's forms
  • tables: that are powerful out of the box and scale up to arbitrary complexity
  • a system to compose parts:, like forms, menus, and tables, into bigger pages
  • tools that will speed up your development like live edit, jump to code, great feedback for missing select/prefetch related, a profiler, and more.
  • great error messages when you make a mistake

image

Example:

This creates a page with three separate tables, a header and some text:

image

For more examples, see the examples project.

Getting started

See getting started.

Running tests

You need to have tox installed, then:

make venv
source venv/bin/activate
make test
make test-docs

License

BSD

Documentation

https://docs.iommi.rocks