jrutila / django-filer

File and Image Management Application for django. NOTICE: update to django-filer 0.8.5 for easy-thumbnails >= 1.0-alpha-17 support.

Home Page:https://github.com/stefanfoulis/django-filer/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

File and Image Management Application for django. NOTICE: update to django-filer 0.8.5 for easy-thumbnails >= 1.0-alpha-17 support.

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 88.3%Language:JavaScript 11.4%Language:Shell 0.3%