Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.61 KB

README.rst

File metadata and controls

52 lines (36 loc) · 1.61 KB

django-filer

A file management application for django that makes handling of files and images a breeze.

Documentation: http://django-filer.readthedocs.org/en/latest/index.html

Wiki: https://github.com/stefanfoulis/django-filer/wiki

Dependencies

Installation

To get started using django-filer simply install it with pip:

$ pip install django-filer

Configuration

Add "filer" and "easy_thumbnails" to your project's INSTALLED_APPS setting and run syncdb (or migrate if you're using South).

See the docs for advanced configuration: