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.
Publish In VSCode marketplace
Preview
Features
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.