Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DRF APP GeneratorNew to Visual Studio Code? Get it now.
DRF APP Generator

DRF APP Generator

hyunki

|
19 installs
| (0) | Free
Generate DRF APP
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DRF APP Generator

VSCode extension for quickly generating Django REST Framework (DRF) applications with best practices and common patterns.

Features

  • Quickly generate a new DRF application structure
  • Includes common DRF patterns and best practices
  • Generates basic CRUD endpoints
  • Creates serializers, views, and URLs automatically
  • Supports model-based and API view generation

Installation

  1. Open VSCode
  2. Go to Extensions (Ctrl+Shift+X or Cmd+Shift+X on macOS)
  3. Search for "DRF APP Generator"
  4. Click Install

Usage

There are several ways to generate a new DRF application:

  1. Command Palette:

    • Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS)
    • Type "Generate DRF APP" and select the command
  2. Keyboard Shortcut:

    • Press Ctrl+Alt+K (Windows/Linux) or Cmd+Shift+K (macOS)
  3. Context Menu:

    • Right-click in the explorer
    • Select "Generate DRF APP" from the context menu

Extension Settings

This extension contributes the following settings:

  • None at the moment

Known Issues

  • None at the moment

Release Notes

1.0.0

Initial release of DRF APP Generator:

  • Basic DRF application generation
  • CRUD endpoint generation
  • Model and serializer creation

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This extension is licensed under the MIT License.

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