view gpp/templates/downloads/commands/wget_cat.html @ 570:0a0a069ab645

For Django 1.4, remove the obsolete setting ADMIN_MEDIA_PREFIX.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 May 2012 20:38:17 -0500
parents 311c926dd218
children
line wrap: on
line source
#!/bin/bash

{% for dl in downloads %}
wget -O {{ dl.dest_filename }} http://{{ domain }}{{ MEDIA_URL }}{{ dl.file.name|urlencode }}
{% endfor %}