Learn reflex-django¶
Follow these steps in order. Each page covers one integration piece. The default integrated profile turns all of them on.
Checklist¶
- Integration - install, wire Django, run
reflex run - Profiles - choose
integrated,split_dev, orreflex_only - Embed - Django admin and API inside the Reflex backend
- Mount - URL prefixes and the SPA catch-all
- Proxy - port 3000 dev wiring
- Bridge -
request.userin your handlers
Optional: Tutorial - build a todo app with auth and the ORM.
Profiles¶
Pick a preset in rxconfig.py instead of tuning each pillar by hand. See Profiles for the comparison table, examples, override patterns, and validation rules.
Next: Integration