Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Django GUINew to Visual Studio Code? Get it now.
Django GUI

Django GUI

Sasidhar Akurathi

|
4 installs
| (0) | Free
A GUI for executing Django commands.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Django GUI for VS Code

Version Installs Rating

A powerful and intuitive GUI sidebar for executing Django's manage.py commands directly within Visual Studio Code. Stop typing, start clicking!


Why Django GUI?

Manually typing python manage.py <command> and its various arguments is repetitive and error-prone. Django GUI provides a beautiful, organized, and discoverable interface for all your Django commands, seamlessly integrated into the VS Code Activity Bar.

This extension is perfect for both beginners who are learning the commands and for experienced developers who want to speed up their workflow.

Features

  • ✨ Full Command Palette: Access all standard Django commands like runserver, makemigrations, migrate, collectstatic, and more.
  • 🎨 Organized & Themed UI: Commands are grouped by category (Project, Database, Users) with unique, colored icons that look great in any theme.
  • ⚙️ Interactive Options: Interactively set command arguments and flags using native VS Code input boxes, dropdowns, and checkboxes.
  • 🧠 Smart Terminal Management:
    • Dedicated Terminals for continuous commands like runserver and shell. Rerunning the command automatically stops the old process and starts a new one.
    • Shared Terminal for all single-execution commands, keeping your workspace clean.
  • 🚀 One-Click Execution: Run commands with a single click. No more context switching or manual typing.
  • 💻 Cross-Platform: Works seamlessly on Windows, macOS, and Linux.

Getting Started

  1. Install the Extension: Grab it from the VS Code Marketplace.
  2. Open a Django Project: Make sure your workspace contains a manage.py file.
  3. Click the Icon: Click on the new Django "Dj>" icon in the Activity Bar on the left.
  4. Run Commands:
    • The sidebar will show all command categories.
    • Click on a category (e.g., DATABASE) to expand it.
    • Click on a command (e.g., Migrate) to see its options.
    • Set any options you need and click the 🚀 Execute Command button!

About the Author

Hi! I'm Sasidhar Akurathi, the creator of Django GUI. I built this extension to streamline my own Django development workflow and hope it helps you too.

  • GitHub: https://github.com/sasidharakurathi
  • LinkedIn: https://www.linkedin.com/in/sasidhar-akurathi/

License

This project is licensed under the MIT License. See the LICENSE file for details.

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