Skip to main content

Django support for the fjavascript file upload library filepond

Project description

https://badge.fury.io/py/django-filepond.svg https://travis-ci.org/ephes/django-filepond.svg?branch=master https://codecov.io/gh/ephes/django-filepond/branch/master/graph/badge.svg

Django support for the fjavascript file upload library filepond

Documentation

The full documentation is at https://django-filepond.readthedocs.io.

Quickstart

Install Django Filepond:

pip install django-filepond

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'filepond.apps.FilepondConfig',
    ...
)

Add Django Filepond’s URL patterns:

from filepond import urls as filepond_urls


urlpatterns = [
    ...
    url(r'^', include(filepond_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

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

Credits

Tools used in rendering this package:

History

0.1.2 (2019-03-12)

  • Allow upload to be added to existing model instance

0.1.1 (2019-02-28)

  • Delete content_object of upload on revert, too

  • Store upload in another apps model if app_name is provided in process path /process/app_name

  • Added some tests

0.1.0 (2018-11-14)

  • 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-filepond-0.1.2.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

django_filepond-0.1.2-py2.py3-none-any.whl (11.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-filepond-0.1.2.tar.gz.

File metadata

  • Download URL: django-filepond-0.1.2.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for django-filepond-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f0d2de5e86872d82efb861cca475861574f9875df879edcb9755d6fb0fceda1f
MD5 26d397c100d52b70246e2fe2b56edd12
BLAKE2b-256 947a70c961cdf6bf4d080d2c23b1ddd0da92199c43347544f65c37312f286e71

See more details on using hashes here.

File details

Details for the file django_filepond-0.1.2-py2.py3-none-any.whl.

File metadata

  • Download URL: django_filepond-0.1.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for django_filepond-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b88c9b733d748f1c32e416cff1704ac9a440a4cc96c089fd0150737bfb24d1aa
MD5 c7275d25ea865b96d78c85e098875eba
BLAKE2b-256 5420d74d0a2d7e228ed55021a94bdc525ee9f2d6b73d25c11032d818eaf21cc9

See more details on using hashes here.

Supported by

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