Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>djantoNew to Visual Studio Code? Get it now.
djanto

djanto

mordor1110

|
3 installs
| (0) | Free
Just a VSCode extension for suggesting parameters in Model.objects.create() method from Django
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

djanto

Just a small VS Code extension for providing Model.object.create completion on Django models

Usage

In order for djanto to be able to find the models of your app you have to set the djanto.modelsFolder setting with the path to the folder where your models are at (relative to your work directory). You can achieve this by pressing Ctrl + , and searching djanto. For example:

demo setting

Once you've done this you'll be ready to go! Just press Ctrl + space as usual when calling your Model.object.create() methods and you'll be prompted the acutal fields for each Model:

demo djanto

Feel free to contact me at miguel.martinr11@gmail.com if you have any question, suggestion or feature request. :)

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