Professional Django + DRF starter template scaffolded directly from VS Code.
Includes JWT authentication, Docker support, modular apps, and ready-to-use project structure. Ideal for production-ready projects.
Features
Scaffold a complete Django + DRF project with one command
JWT authentication pre-configured
Modular apps structure
Docker and docker-compose support
VS Code integration for quick development
API versioning support
.env configuration ready
Easy to customize and extend
Ready-to-run requirements.txt
Installation
Option 1: From VS Code Marketplace
Open VS Code → Extensions Panel (Ctrl+Shift+X)
Search for Django DRF Template
Click Install
Option 2: From local VSIX file
Open VS Code → Extensions Panel → More Actions (⋯) → Install from VSIX...
Select django-drf-template-x.x.x.vsix
Install and reload VS Code
Usage
1. Open a Workspace Folder
Open an empty or existing folder in VS Code
Scaffolded files will be copied into this folder
2. Run Scaffold Command
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
Search for: Django DRF Template: Scaffold Project
Press Enter to run the command
Optional: If implemented, follow prompts for project name or target folder.
3. Scaffold Result
The workspace folder will now contain a fully scaffolded Django + DRF project