Today I am publicly releasing Django Media Tree, a state of the art media file management application for the Django admin. Django Media Tree is a Django app for managing your website’s media files in a folder tree, and using them in your own applications.
It has been in the works for over two years, and I hope the community will like it. Originally being quite dissatisfied with the file managers that were out there, I set out to combine the best features in a lean app with a clear and fast interface. The application is extremely customizable, and there is an extension system for plugging in admin actions and modifying many other aspects of the application. This could become the universal file management tool for your Django sites. ------ There is extensive documentation here: http://readthedocs.org/docs/django-media-tree/ If you would like to get involved or file bug reports, please get in touch on the GitHub page: https://github.com/philomat/django-media-tree Install from GitHub or with pip: $ pip install django-media-tree ------ Django Media Tree's key features: * Enables you to organize all of your site media in nested folders * Supports various media types (images, audio, video, archives etc.) * Extension system, enabling you to easily add special processing for different media types and extend the admin interface. * AJAX-based folder admin interface * Upload queue with progress indicators (using SWFUpload) * Add metadata to all media to improve accessibility of your web sites * Integration with Django CMS. Plugins include: image, slideshow, gallery, download list – create your own! Please use and report back your impressions. Thank you, Sam -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/YquKryhxdx4J. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.