Skip to content

Learn reflex-django

Follow these steps in order. Each page covers one integration piece. The default integrated profile turns all of them on.

Checklist

  1. Integration - install, wire Django, run reflex run
  2. Profiles - choose integrated, split_dev, or reflex_only
  3. Embed - Django admin and API inside the Reflex backend
  4. Mount - URL prefixes and the SPA catch-all
  5. Proxy - port 3000 dev wiring
  6. Bridge - request.user in 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