Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
cmsplugin-blog-authors
Advanced tools
An extension for cmsplugin-blog <https://github.com/fivethreeo/cmsplugin-blog/>
_
which allows to add multiple authors to a blog entry. This is based on
django-people <https://github.com/bitmazk/django-people>
_.
You need to install the following prerequisites in order to use this app:
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',
)
Just write a blog Entry and you will see a new inline for authors in the Entry admin.
Check the issue tracker on github for milestones and features to come.
FAQs
Allows to add django-people objects to a cmsplugin-blog Entry.
We found that cmsplugin-blog-authors demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.