🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

django-cms-taggit

Package Overview
Maintainers
1
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Source code not available
We could not scan this package. Some page functionalities have been disabled

django-cms-taggit

Integration of django-taggit and additional meta data with Django CMS.

pipPyPI
Metadata Only
Version
0.1
Maintainers
1

=================== django-cms-taggit

Integration of the django-taggit application and also some additional meta data with Django CMS <http://www.django-cms.org/>_.

django-taggit a better and simpler approach to tagging with Django and with this you can comfortable use it with Django CMS.

Requirements

  • django
  • django-cms
  • django-taggit

Installation

Using PyPI you can simply type into a terminal:

pip install django-cms-taggit

or

easy_install django-cms-taggit

Setup

In your settings.py file add cms_taggit to the list of INSTALLED_APPS. Don't forget to syncdb your database or migrate if you're using south.

Because some HTML meta tags (keywords, description) can be implemented with this (see templates folder) it is recommended to turn off the Django CMS setting CMS_SEO_FIELDS.

Author

Copyright 2011 GW <gw.2011@tnode.com or http://gw.tnode.com/>

Released under GPLv3 or newer.

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