{% extends "setup/base.html" %} {% block content %}

配置数据库

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
如果数据库不存在,安装时会自动创建
{% endblock %}