An experimental browser-based IDE that runs Django entirely
in your browser using Pyodide (Python via WebAssembly). No backend server
required - everything executes client-side in Web Workers. Features include:
- Full Django 5.2 environment with WSGI execution
- Local SQLite database persisted in browser memory
- Django migrations (makemigrations, migrate) support
- Static file handling
- Real-time code execution with live output rendering
Perfect for learning Django, prototyping views, or testing Django concepts
without a local Python installation.