ORM Extensions

Viewflow provides several extensions for Django ORM that can handle important real-life enterprise scenarios:

Viewflow compositeFK fields: This allows you to connect to legacy databases and tables without a single column primary key.

Jsonstore: This allows you to expose the internals of a JSON field as a usual Django model virtual field, enabling the use of Model forms, CRUD, and admin interfaces as usual.