{% extends "setupwizard/_base.html" %} {% block content_title %}Database{% endblock %} {% block formfields %}
{%- if dialects_unavailable %} {%- endif %}

If sqlite is selected, default database file will be at:
{{ app.instance_path }}/app/sqlite.db

{% endblock %}