Skip to main content

Downloader app like dl.free.fr in django

Project description

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

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emencia.django.downloader-0.1.tar.gz (21.1 kB view hashes)

Uploaded Source

Built Distribution

emencia.django.downloader-0.1-py2.6.egg (24.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page