{% extends "base.html" %} {% block title %}Upload a SQLite database{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
SQLite database files can by created using a range of different tools, including the sqlite-utils Python library and command-line utility.
{% endblock %}