list_models
List all Django models in your project, with optional filtering by app name.
Instructions
Flat list of app.Model. Optional 'app' filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |