Django Management Extension for VS CodeVersion: 0.0.3This VS Code extension provides easy access to Django's management commands right from the command center, enhancing the developer experience for Django projects. 🔥 Works with both Django 4.x and Django 3.x 🏋🏻 It's Features & Usage🚀 Django > Start/Create/New ProjectInitiate a new Django project.
📦 Django > Start/Create/New AppBegin a new app within your Django project.
🛠 Django > Check ProjectChecks the entire Django project for potential problems.
👤 Django > Create/Add SuperuserCreates a superuser account (a user with all permissions).
🌐 Django > Run/Start ServerLaunch the Django development server.
🛑 Django > Stop/Kill Running ServerTerminate the running Django development server.
🔀 Django > Make MigrationsGenerate new migrations based on changes detected.
📥 Django > MigrateApply migrations to sync the database schema.
📜 Django > Show MigrationsDisplay a project's migrations and their status.
💾 Django > Dump DataOutputs the contents of the database to a file.
🔄 Django > Load DataPopulate the database with data from a file.
🗑 Django > Flush DatabaseReset the database by removing all data and recreating tables.
🖥 Django > Open Database Shell (dbshell)Start the database shell.
🐚 Django > Open Django ShellBegin the Python interactive interpreter with Django settings imported.
📧 Django > Send Test EmailDispatch a test email to specified email addresses.
🗂 Django > Collect Static FilesAmass all static files in your apps to a central location.
⌛ Django > Clear Expired SessionsClear out expired user sessions.
🔑 Django > Change User PasswordUpdate a user's password.
📋 Django > Adminify ModelsAutomatically register all models of a Django app in the admin dashboard.
Feedback and ContributionsFeedback, bug reports, and pull requests are welcome. Feel free to contribute and enhance the features of this extension. Contact me at: contact@hamdiz.me |