{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} WordPress installer. Same polling contract as website creation: the view returns a status path immediately and wp-cli reports progress into it. {% endcomment %} {% block title %}Install WordPress{% endblock %} {% block content %}
Creates a database, downloads core, writes wp-config.php
with fresh salts and runs the installer — all as the site's own user.
wp-config.php is written and its
security salts are shuffled.Store the administrator password now — the panel does not keep it.