A file management application for django that makes handling of files and images a breeze.
Project description
A file management application for django that makes handling of files and images a breeze.
Dependencies
django-cms >= 2.1
easy-thumbnails >= 1.0-alpha-13
Getting Started
To get started using django-filer simply install it with pip:
$ pip install django-filer
Add "filer" to your project’s INSTALLED_APPS setting and run syncdb (or migrate if you’re using South).
For automatic subject location aware cropping of images replace easy_thumbnails.processors.scale_and_crop with filer.thumbnail_processors.scale_and_crop_with_subject_location in the THUMBNAIL_PROCESSORS setting:
THUMBNAIL_PROCESSORS = (
'easy_thumbnails.processors.colorspace',
'easy_thumbnails.processors.autocrop',
#'easy_thumbnails.processors.scale_and_crop',
'filer.thumbnail_processors.scale_and_crop_with_subject_location',
'easy_thumbnails.processors.filters',
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-filer-0.8.4.tar.gz.
File metadata
- Download URL: django-filer-0.8.4.tar.gz
- Upload date:
- Size: 674.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bae1493de2c0f416bedc545ec4d549fcd184ee5ad4dd87bc7b79592ee9974f6
|
|
| MD5 |
a62c9f23fcc883f9d780ac790e1ae0b0
|
|
| BLAKE2b-256 |
7adb3315ec983a24a5795a3a42d72cdd3450ec46aa51bd6b7f796d81b2ffed2c
|