Django

django-dynamic-link / A file streaming application for Django





django-dynamic-link

// A "BSD licensed" file streaming application for Django. It provides download links without the real path to the served file and link expire capabilities.


Key features
  • Optional link expires by time
  • Optional link expires by clicks
  • Is usable for counting

Project

Download and documentation: http://pypi.python.org/pypi...
Project page: https://bitbucket.org/catap...

Installation

For download and installation type in a terminal:
1
:~$ pip install django-dynamic-link

Demonstration

// The example shows a download site generated from individual links. The page was generated by the "action menu" of the application.

The first three links are always valid, the others will be expire after three clicks.
Here are the links.
Be careful, under some circumstances the offered downloads are not up to date!