
The Python integration lets you connect a Python-based backend or script as a data source in Jet Admin, so you can build an interface on top of custom Python logic without rewriting it as a REST API from scratch. It's a fit when your business logic already lives in Python and you want a UI in front of it.
Once connected, Python-backed data behaves like any other source in Jet Admin: you can join it to records from your own database, scope access by role, and route changes through an approval step before they take effect. Every action is tracked in the audit log alongside the rest of your app's activity.
Key benefits
How to connect Jet Admin with Python