Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
53 lines (38 loc) · 1.41 KB

index.rst

File metadata and controls

53 lines (38 loc) · 1.41 KB

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.

directory view screenshot

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.

admin widget screenshot

Default admin widget for file fields

Getting help

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.

Contents

.. toctree::
   :maxdepth: 1

   getting_started
   installation
   usage
   permissions
   server
   settings
   running_tests