Skip to main content

Put short description here...

Project description

This is a Django integration of Fine Uploader JavaScript Upload Library.

https://img.shields.io/pypi/v/django-fineuploader.svg https://img.shields.io/pypi/dm/django-fineuploader.svg https://img.shields.io/github/license/bashu/django-fineuploader.svg

Installation

pip install django-fineuploader

External dependencies

  • jQuery - This is not included in the package since it is expected that in most scenarios this would already be available.

Setup

Add fineuploader and fineuploader.ajaxuploader to INSTALLED_APPS:

INSTALLED_APPS += (
    'fineuploader',
    'fineuploader.ajaxuploader',
)

Be sure you have the django.template.context_processors.request processor

TEMPLATES = [
    {
        ...
        'OPTIONS': {
            'context_processors': [
                ...
                'django.template.context_processors.request',
            ],
        },
    },
]

and include fineuploader templates

{% include "fineuploader/fineuploader_css.html" %} {# Before the closing head tag #}
{% include "fineuploader/fineuploader_js.html" %} {# Before the closing body tag #}

Usage

License

django-fineuploader is released under the BSD license.

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-fineuploader-0.0.9.tar.gz (100.3 kB view details)

Uploaded Source

Built Distribution

django_fineuploader-0.0.9-py2.py3-none-any.whl (107.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-fineuploader-0.0.9.tar.gz.

File metadata

File hashes

Hashes for django-fineuploader-0.0.9.tar.gz
Algorithm Hash digest
SHA256 215e7b2e0212549d261141061f244414da15ec685b076c601cd8e848133ef11d
MD5 e3ac1342900ff69259b526af2c996a1d
BLAKE2b-256 660f1d4661dc8e321706f57733877e9b13606029bb8beaba61770b6f57975030

See more details on using hashes here.

Provenance

File details

Details for the file django_fineuploader-0.0.9-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_fineuploader-0.0.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 89282fa28b9538fdadd6d73aecb388852205facda8827882a715b3c827ae55b4
MD5 2ffcba4fadb6dd7849900b6e22ccdc0a
BLAKE2b-256 a899ef9eeccfdbdc4567535c26281bf467c4da0586269dea159f10fa8b143414

See more details on using hashes here.

Provenance

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