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
With easy_install:
# easy_install emencia.django.downloader
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file emencia.django.downloader-0.1.tar.gz
.
File metadata
- Download URL: emencia.django.downloader-0.1.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 315f886cb45bd6b9c30389a40d7d6d93c115963e87df1812a8d6d5e03db83393 |
|
MD5 | dc641618a7fef386f0516d96d30cb74b |
|
BLAKE2b-256 | 545f5938367494f3d860cdae2bda64fee887a50b3488afd17a8eee14c3380bb3 |
File details
Details for the file emencia.django.downloader-0.1-py2.6.egg
.
File metadata
- Download URL: emencia.django.downloader-0.1-py2.6.egg
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cfa9778b0d98e85301273b0b6ccd3c1c457fd53641a4ac79d55c16acbb1b51e |
|
MD5 | 6c6839a2a2d815941d34bedf5c13a48d |
|
BLAKE2b-256 | 009dbde8037705a8bf97b0d6cb980ad3b1e8d2bef57fb06737f67cab4134e7b4 |