Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 3.65 KB

index.rst

File metadata and controls

75 lines (52 loc) · 3.65 KB

Welcome to django-filer's documentation!

.. only:: develop

   .. warning::
      This documentation refers to the development version of ``django-filer``.

      As this version has not been released yet, any part of the API maybe subject
      to modifications without notice, and this documentation may be outdated and
      not in sync with the code.


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

https://raw.codeproxy.net/divio/django-filer/develop/docs/_static/filer_1.png https://raw.codeproxy.net/divio/django-filer/develop/docs/_static/filer_2.png

Filer detail view:

https://raw.codeproxy.net/divio/django-filer/develop/docs/_static/detail_image.png https://raw.codeproxy.net/divio/django-filer/develop/docs/_static/detail_file.png

Filer picker widget:

https://raw.codeproxy.net/divio/django-filer/develop/docs/_static/file_picker_1.png https://raw.codeproxy.net/divio/django-filer/develop/docs/_static/file_picker_2.png
https://raw.codeproxy.net/divio/django-filer/develop/docs/_static/file_picker_3.png  

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

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.

Contents

.. toctree::
   :maxdepth: 1

   installation
   upgrading
   usage
   permissions
   secure_downloads
   settings
   development
   extending_filer
   running_tests
   dump_payload
   management_commands