django-filer
is a file management application for django. It handles uploading
and organizing files and images in contrib.admin.

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.
- google group: http://groups.google.com/group/django-filer
- IRC: #django-filer on freenode.net
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.
.. toctree:: :maxdepth: 1 getting_started installation usage permissions server settings running_tests