Skip to content

Commit 19fcbae

Browse files
committed
Fix CLAUDE.md default models list to include all five apps
1 parent b84cdfc commit 19fcbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ from types import SimpleNamespace
111111
| `dcim.device` | Registers the tab for that single model |
112112
| `dcim.*` | Registers the tab for **every model** in the `dcim` app |
113113

114-
Default: `['dcim.*', 'ipam.*']`
114+
Default: `['dcim.*', 'ipam.*', 'virtualization.*', 'tenancy.*', 'contacts.*']`
115115

116116
**Third-party plugin models are fully supported.** Django's `apps.get_app_config()` and
117117
`apps.get_model()` treat plugin apps identically to built-in apps, so any installed plugin's

0 commit comments

Comments
 (0)