django-filer 0.8.3
pip install django-filer==0.8.3
Released:
A file management application for django that makes handling of files and images a breeze.
Navigation
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Stefan Foulis
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Stefan Foulis
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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.3.tar.gz
.
File metadata
- Download URL: django-filer-0.8.3.tar.gz
- Upload date:
- Size: 674.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
120ef8d1685502e0cf7b639435928443544678bac5e8bf55681a84c61318b9cc
|
|
MD5 |
f2b59778e155281cdb57492afa7fd672
|
|
BLAKE2b-256 |
ba1264a1abc652d829b61990fdff3191c03c748dd41cce9aad672e18b1673394
|