django Filer is a file management application for django that makes handling files and images a breeze. django-filer is a file management application for django. It handles uploading and organizing files and images in contrib.admin. Custom model fields are provided for use in 3rd party apps as a replacement for the default FileField from django. Behind the scenes a ForeignKey to the File model is used. It is possible to define the important part of an image (the subject location) in the admin interface for django-filer images. This is very useful when later resizing and cropping images with easy_thumbnails. The image can then be cropped automatically in a way, that the important part of the image is always visible. You can configure your project to generate canonical URLs for your public files.
Features
- Crop an image and respect the subject location
- Canonical URLs
- Contrary to the file’s actual URL, the canonical URL does not change if you upload a new version of the file
- Debugging and logging
- Makes handling of files and images a breeze
- This project is endorsed by the django CMS Association