{% extends "base.html" %} {% block title %}Setup check ยท alembic{% endblock %} {% block content %}

Setup check

{% if status == "ok" %}

Everything needed to run is configured. You can log in from the dashboard.

{% else %}

Something needed to run is missing. Fix the items marked below, then reload this page. You do not need to be logged in to see this.

{% endif %}
{% endblock %}