Django Filer
File and Image Management Application for django
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...