skip to navigation
skip to content

emencia.django.downloader 0.1

Downloader app like dl.free.fr in django

Downloads ↓

Introduction

Downloader app like dl.free.fr in django

Features

  • upload a file and get a url for download it
  • protect download with a password (basic auth)
  • notify 3 users by mail about the upload
  • add a comment for notify users
  • send a notify mail to the sender

Installation

  1. With easy_install:

    # easy_install emencia.django.downloader
    
  2. Python install:

    # python setup.py install
    

You could retrive source from the pypi or bitbucket:

Instructions

  • Install the package in your python sys path

  • Add the app 'emencia.django.downloader' in the settings.py django project's file

  • Import urls into your root urls.py file:

    (r'^downloader/', include('emencia.django.downloader.urls')),
    

Changelog

0.1 (First release)

  • upload file
  • protect download (by basic auth)
  • notify users by mail

0.1dev (unreleased)

  • Initial release

TODO

  • delete system
  • Ajax/js progress bar
 
File Type Py Version Uploaded on Size # downloads
emencia.django.downloader-0.1-py2.6.egg (md5) Python Egg 2.6 2010-04-27 23KB 760
emencia.django.downloader-0.1.tar.gz (md5) Source 2010-04-27 20KB 380