Downloads get run in their own threads which are queued. Downloads of single files as well as zips of playlists are possible. Interaction with db has shown no problems.
10 lines
248 B
HTML
10 lines
248 B
HTML
{%- extends "base.html" %}
|
|
|
|
{% import "bootstrap/utils.html" as utils %}
|
|
|
|
{% block content %}
|
|
{{ super() }}
|
|
<div class="container">
|
|
<a href="http://pythonhosted.org/Flask-Bootstrap">Documentation</a>. </p>
|
|
</div>
|
|
{%- endblock %} |