{% extends "admin/change_form.html" %} {% load static %} {% block bodyclass %}{{ block.super }} app-personas model-persona{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block form_top %}

Bootstrap a persona from a real browser session

Pick a local Chromium profile, paste an absolute profile path, or attach to a live CDP endpoint. The form saves the Persona normally, then imports profile files, cookies, and optional tab storage into the Persona's own directories.

Detected profiles {{ detected_profile_count }}
Persona artifacts chrome_profile cookies.txt auth.json
{{ block.super }} {% endblock %} {% block after_field_sets %} {{ block.super }}

Plugin Config

These typed controls update the same Persona config JSON shown above. Shared config keys stay synced across plugin sections.

{% include "core/plugin_config_grid.html" with plugin_groups=adminform.form.plugin_groups %}
{% endblock %}