Skip to content

pbs/django-filer

 
 

Repository files navigation

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:

Packages

No packages published

Languages

  • Python 69.1%
  • SCSS 18.6%
  • HTML 6.9%
  • JavaScript 4.4%
  • CSS 0.8%
  • Shell 0.1%
  • Ruby 0.1%