Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install cmsplugin-filer

How to install cmsplugin-filer

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install cmsplugin-filer
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.8.0
0.9.5Never BuiltWhy not?
0.8.0 Available View build log
0.0.3a Failed View build log
Windows (64-bit)
0.8.0
0.9.5Never BuiltWhy not?
0.8.0 Available View build log
0.0.3a Failed View build log
Mac OS X (10.5+)
0.8.0
0.9.5Never BuiltWhy not?
0.8.0 Available View build log
0.0.3a Available View build log
Linux (32-bit)
0.9
0.9.5Never BuiltWhy not?
0.9 Available View build log
0.8.0 Available View build log
0.0.3a Available View build log
Linux (64-bit)
0.9.5 Available View build log
0.9 Available View build log
0.8.0 Available View build log
0.0.3a Available View build log
 
Author
License
BSD
Lastest release
version 0.9.5 on May 2nd, 2013

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.

Subscribe to package updates

Last updated May 2nd, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.