VSCode
Workstation where Dpgstack apps come from.
Workflow: Dpg VSCode
Split screen in half:
First half:
todo.md
test_*.py
builder.html
*.html
Second half:
views.py
utils.py
Decide on what you want built.
Frontend UI feature
use builder.html and browser to iterate
Backend logic feature
use tests to iterate
Properties: Dpg Vscode
Python formatting with ruff on save
Tailwind CSS IntelliSense
Django template syntax support
Predefined tasks for dev server and tests
Install recommended extensions from
.vscode/extensions.jsonwhen prompted.