Welcome to django-filer’s documentation!¶
django-filer is a file management application for django. It handles uploading and organizing files and images in contrib.admin.
Note
upgrading from 0.8.7? Checkout Upgrading.

Directory list view with clipboard. New uploads are added to the clipboard and can then be filed into folders.
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.

Default admin widget for file fields
Getting help¶
- google group: http://groups.google.com/group/django-filer
- IRC: #django-filer on freenode.net
Contributing¶
The code is hosted on github at http://github.com/stefanfoulis/django-filer/ and is fully open source. We hope you choose to help us on the project! More about how to contribute can be found on the wiki.