fastdjango Extension
Overview
This Visual Studio Code extension, fastdjango , streamlines the process of setting up a Django project with the required dependencies.
Features
- Creates a Django project with a specified virtual environment type.
- Allows customization of the virtual environment folder name.
- Automatically installs essential Django packages.
Requirements
- Visual Studio Code (version 1.85.0 or higher)
- Python installed on your machine
Usage
Open a new or existing Python project in Visual Studio Code.
Press Ctrl + Shift + P (or Cmd + Shift + P on macOS) to open the command palette.
Type and select lazynir from the available commands.
Follow the prompts to choose the virtual environment type and set the folder name.
The extension will create a Django project with the specified settings and install required packages.
Configuration
- You can customize the default settings in the
settings.json file.
Contributing
| |