Skip to main content

jQuery Filechooser for Django projects

Project description

https://travis-ci.org/martinvw/django-filechooser.png?branch=master https://coveralls.io/repos/martinvw/django-filechooser/badge.png?branch=master

Supply a server-side file-chooser in your Django application.

Installation

  1. Install using pip:

    pip install django-filechooser

    Alternatively, you can install download or clone this repo and call pip install -e ..

  2. Add to INSTALLED_APPS in your settings.py:

    'filechooser',

  3. In your templates, load the filechooser library and use the filechooser_* tags:

Example template

{# Load the tag library #}
{% load filechooser %}

{# Load CSS #}
{% filechooser_css %}

{# Display a filetabel #}
{% filechooser_filetable  id="identifier" %}

{# Load CSS and JavaScript #}
{% filechooser_javascript id="identifier" %}

{# Read the documentation for more information #}

Documentation

The full documentation is at http://django-filechooser.readthedocs.org/.

Requirements

  • Python 3.2, 3.3 or 3.4

  • Django >= 1.6

Contributions and pull requests for other Django and Python versions are welcome.

Bugs and requests

If you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.

https://github.com/martinvw/django-filechooser/issues

License

You can use this under MIT license. See LICENSE file for details.

Author

Developed and maintained by Martin van Wingerden

History

1.0.0 (??) Initial setup of seperate module

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-filechooser-0.1.3.tar.gz (76.6 kB view details)

Uploaded Source

File details

Details for the file django-filechooser-0.1.3.tar.gz.

File metadata

File hashes

Hashes for django-filechooser-0.1.3.tar.gz
Algorithm Hash digest
SHA256 e7fe1c9cac4af246210a009a9a6b91340917ff7b481ffa157622fc5ee9ffefdf
MD5 cb39031dbf9fa586b48ee175f5ed8fcc
BLAKE2b-256 4bc4a10d3098f2402ada896032ad0f2384963db0dfe536db410d747a21fdcf6f

See more details on using hashes here.

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