Socket
Socket
Sign inDemoInstall

cmsplugin-blog-seo-addons

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsplugin-blog-seo-addons

Allows to add meta descriptions to a cmsplugin-blog Entry.


Maintainers
3

cmsplugin-blog-seo-addons

Allows to add meta descriptions to a cmsplugin-blog Entry.

An extension for cmsplugin-blog <https://github.com/fivethreeo/cmsplugin-blog/>_ which lets you add meta description to a blog entry.

Installation

You need to install the following prerequisites in order to use this app:

  • Django
  • South
  • django-cms
  • cmsplugin-blog

If you want to install the latest stable release from PyPi::

$ pip install cmsplugin-blog-seo-addons

If you feel adventurous and want to install the latest commit from GitHub::

$ pip install -e git://github.com/bitmazk/cmsplugin-blog-seo-addons.git#egg=cmsplugin_blog_seo_addons

Add cmsplugin_blog_seo_addons to your INSTALLED_APPS::

INSTALLED_APPS = (
    ...,
    'cmsplugin_blog_seo_addons',
)

Usage

Just write a blog Entry and you will see a new inline for meta description in the Entry admin.

Roadmap

Check the issue tracker on github for milestones and features to come.

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc