django-cms plugins for django-filer
Project description
A set of cms plugins that replace the plugins shipped with django-cms with versions that use file fields from django-filer.
Dependencies
django-filer >= 0.9
Django >= 1.3
django-cms >= 2.2
django-sekizai >= 0.4.2
easy_thumbnails >= 1.0
Installation
add the plugins to INSTALLED_APPS:
INSTALLED_APPS = ( ... 'cmsplugin_filer_file', 'cmsplugin_filer_folder', 'cmsplugin_filer_image', 'cmsplugin_filer_teaser', 'cmsplugin_filer_video', ... )
and then run syncdb or migrate if you’re using South.
You can also set FILER_IMAGE_USE_ICON in your settings.py to configure cmsplugin_filer_image plugin to use 32x32 icons for representing plugin instances.
The default template in cmsplugin_filer_image expects the subject location functionality to be enabled. Follow: http://django-filer.readthedocs.org/en/0.9.2/installation.html#subject-location-aware-cropping
Upgrading
Please note that current develop version moved plugin packages from src directory to project root. This may break your installation if upgrading. Uninstall any previous cmsplugin_filer installation (either from Pypi or from github repository) and reinstall it.
Integrations
djangocms-text-ckeditor
cmsplugin_filer_image provides integration with djangocms-text-ckeditor. Add this setting to enable it:
TEXT_SAVE_IMAGE_FUNCTION='cmsplugin_filer_image.integrations.ckeditor.create_image_plugin'
This allows dragging images into the text editor in Firefox and newer versions of IE.
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 cmsplugin-filer-0.9.4.tar.gz
.
File metadata
- Download URL: cmsplugin-filer-0.9.4.tar.gz
- Upload date:
- Size: 64.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9b1655e844d72f27c6af792c16492fbfcc4ef0b71e5c0480d461d02efd79521 |
|
MD5 | e26cc348f9c09e16a72abee948b85105 |
|
BLAKE2b-256 | 461e549eb170c9fe269e41f69cd7829adf8e9bfbb7f4e64dcf5fc18c428816a2 |