jQuery Filechooser for Django projects
Project description
Supply a server-side file-chooser in your Django application.
Installation
Install using pip:
pip install django-filechooser
Alternatively, you can install download or clone this repo and call pip install -e ..
Add to INSTALLED_APPS in your settings.py:
'filechooser',
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.
License
You can use this under MIT license. See LICENSE file for details.
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
File details
Details for the file django-filechooser-0.1.3.tar.gz
.
File metadata
- Download URL: django-filechooser-0.1.3.tar.gz
- Upload date:
- Size: 76.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7fe1c9cac4af246210a009a9a6b91340917ff7b481ffa157622fc5ee9ffefdf |
|
MD5 | cb39031dbf9fa586b48ee175f5ed8fcc |
|
BLAKE2b-256 | 4bc4a10d3098f2402ada896032ad0f2384963db0dfe536db410d747a21fdcf6f |