{%extends "admin/base.html"%} {%block title%} 配置 - 北半球 {%endblock title%} {%block metas%} {{super()}} {%endblock metas%} {%block styles%} {%if config.get("DEBUG")%} {%include "_common-css.html"%} {%else%} {%endif%} {{super()}} {%endblock styles%} {%block content%}
{%include "admin/start/_head.html"%}

欢迎使用北半球

在使用北半球前,您需要配置一下数据库信息。请准备如下信息:

配置完成后,会在项目根目录下生成config.py文件!!!

开始使用

{%endblock content%} {%block scripts%} {%if config.get("DEBUG")%} {%include "_common-js.html"%} {%else%} {%endif%} {{super()}} {%endblock scripts%}