Phaiax / yawd-elfinder

An elfinder-based file management solution for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yawd-elfinder, a file management solution for Django

elFinder is a jQuery web file manager providing standard features -such as uploading, moving, renaming files etc-, as well as a set of advanced features such as image resizing/cropping/rotation and archive file creation.

yawd-elfinder provides a fully-featured python/django implementation for the elfinder connector v.2. A custom Model Field (tied to a nice form widget) is also provided. Therefore, you can easily manage your files through the Django admin interface, assign them to model fields and access the file URLs in your Django templates.

yawd-elfinder can manage local files but also use Django filesystem storages to connect to remote filesystems. A set of django options allows control over file and directory permissions, accepted mime types, max file sizes etc.

The current version is 0.90.01, use the github version for the latest fixes.

Usage and demo

See the yawd-elfinder documentation for information on how to install the demo and use yawd-elfinder.

Screenshots

The admin widget

image

Elfinder in action

image

About

An elfinder-based file management solution for Django

License:Other


Languages

Language:JavaScript 74.2%Language:Python 25.8%