Allows to add django-people objects to a cmsplugin-blog Entry.
Project description
An extension for cmsplugin-blog which allows to add multiple authors to a blog entry. This is based on django-people.
Installation
You need to install the following prerequisites in order to use this app:
Django
django-cms
cmsplugin-blog
django-people
If you want to install the latest stable release from PyPi:
$ pip install cmsplugin-blog-authors
If you feel adventurous and want to install the latest commit from GitHub:
$ pip install -e git://github.com/bitmazk/cmsplugin-blog-authors.git#egg=cmsplugin_blog_authors
Add cmsplugin_blog_authors to your INSTALLED_APPS:
INSTALLED_APPS = ( ..., 'cmsplugin_blog_authors', )
Usage
Just write a blog Entry and you will see a new inline for authors in the Entry admin.
Roadmap
Check the issue tracker on github for milestones and features to come.
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
Hashes for cmsplugin-blog-authors-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf65d498e55829b275994a6d56da2606c2e2267e0d47d803588a4f7430228265 |
|
MD5 | 23ad0a6c8bcbe56f2c8b359d1d4f9502 |
|
BLAKE2b-256 | 091548eed628ff6034361369fcfdf37cf5378c1e0bd26a06f10fe8595550fb5d |