cmsplugin-filer 0.8.0
django-cms plugins for django-filer
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.8.0
- django-cms >= 2.1
- easy-thumbnails >= 1.0-alpha-13
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| cmsplugin-filer-0.8.0.tar.gz (md5) | Source | 2010-10-30 | 20KB | 6016 | |
- Author: Stefan Foulis
- Home Page: http://github.com/stefanfoulis/cmsplugin-filer
- License: BSD
- Categories
- Package Index Owner: stefanfoulis
- DOAP record: cmsplugin-filer-0.8.0.xml
