Skip to main content

Simple, Chunked and Concurrent uploads with Django + Fine Uploader

Project description

https://img.shields.io/pypi/v/django-fine-uploader.svg https://img.shields.io/pypi/l/django-fine-uploader.svg https://img.shields.io/pypi/wheel/django-fine-uploader.svg

Simple, Chunked and Concurrent uploads with Django + Fine Uploader

This is an alpha version.

We have a example project. Just git clone the django-fine-uploader repository and follow the instructions.

Quickstart

Install django_fine_uploader:

pip install django-fine-uploader

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_fine_uploader.apps.DjangoFineUploaderConfig',
    ...
)

Add django_fine_uploader’s URL patterns:

urlpatterns = [
    ...
    url(r'^fine-uploader/', include('django_fine_uploader.urls', namespace='django_fine_uploader')),
    ...
]

And finally your html file: copy from this gist. (too much html to put on our README)

Features

TODO

Instead of listing here, check the issues and projects.

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

Fineuploader: http://fineuploader.com

History

0.2.0 (2017-02-12)

0.1.0 (2017-02-10)

  • First release on PyPI.

Project details


Download files

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

Source Distribution

django-fine-uploader-0.2.0.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

django_fine_uploader-0.2.0-py2.py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 2 Python 3

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