Put short description here...
Project description
This is a Django integration of Fine Uploader JavaScript Upload Library.
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
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
django-fineuploader-0.0.9.tar.gz
(100.3 kB
view details)
Built Distribution
File details
Details for the file django-fineuploader-0.0.9.tar.gz
.
File metadata
- Download URL: django-fineuploader-0.0.9.tar.gz
- Upload date:
- Size: 100.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 215e7b2e0212549d261141061f244414da15ec685b076c601cd8e848133ef11d |
|
MD5 | e3ac1342900ff69259b526af2c996a1d |
|
BLAKE2b-256 | 660f1d4661dc8e321706f57733877e9b13606029bb8beaba61770b6f57975030 |
Provenance
File details
Details for the file django_fineuploader-0.0.9-py2.py3-none-any.whl
.
File metadata
- Download URL: django_fineuploader-0.0.9-py2.py3-none-any.whl
- Upload date:
- Size: 107.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89282fa28b9538fdadd6d73aecb388852205facda8827882a715b3c827ae55b4 |
|
MD5 | 2ffcba4fadb6dd7849900b6e22ccdc0a |
|
BLAKE2b-256 | a899ef9eeccfdbdc4567535c26281bf467c4da0586269dea159f10fa8b143414 |