Django Access Controller is a Visual Studio Code extension that provides a set of commands to easily manage Django projects. It also offers a list of endpoints used in the application.
- Show All Commands: Displays a list of all available Django commands.
- Create Django Project: Initializes a new Django project.
- Run Django Server: Starts the Django development server.
- Migrate Database: Applies database migrations.
- Create Superuser: Creates a superuser for the Django admin.
- Make Migrations: Generates migration files for database changes.
- Collect Static: Gathers static files for production.
- Run Server with Port: Starts the server on a specified port.
- Start App: Creates a new Django application.
- Refresh Endpoints: After create new end point first need to run this command.
- Enable Virtual Environment: User can insert env path and after enable, user run django by using this env.
- Gemini Assistant: User can able to ask their query to gemini from vs code.
- Model Generator: User can able to create model and also link with admin via some few steps.
- Install Visual Studio Code.
- Open the Extensions view (
Ctrl+Shift+X). - Search for
Django Access Controllerand click Install.
You can run the following commands from the command palette (Ctrl+Shift+P):
- Django All Commands
- Create Django Project
- Run Django Server
- Migrate Database
- Create Superuser
- Make Migrations
- Collect Static
- Run Server with Port
- Start App
- Refresh Endpoints
- Search By GEMINI
- Model Generator
If you would like to contribute to this project, please feel free to submit a pull request or open an issue. Project Link
This project is licensed under the MIT License - see the LICENSE file for details.
Sunit Mal
LinkedIn





