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.
Filer detail view:
Filer picker widget:
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.
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/divio/django-filer/ and is fully open source. We hope you choose to help us on the project! More information on how to contribute can be found in contributing.