Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>django-treeNew to Visual Studio Code? Get it now.
django-tree

django-tree

Hygo

|
568 installs
| (0) | Free
Shows the settings and models for the current django project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DjangoTree README

A way to see all the core components of installed apps on a django project. Map out the models, settings, serializers, and urls. Click to go to them.

Note: It relies on typical django convention. Ex: if your models are not in models.py, it won't see it.

Features

  • [x] Model Tree
  • [ ] Url Tree
  • [ ] Static Tree
  • [ ] Settings Tree
  • [ ] Serializer Tree

Requirements

  • Python

Extension Settings

  • django-tree.projectDir: Set the root for a django project instead of searching for it.

Known Issues

  • Models need to have fields at the beginning of the class declaration to work.

Release Notes

0.0.1

Initial release of DjangoTree

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft