Skip to main content

Tagged pages for django CMS 3

Project description

https://badge.fury.io/py/djangocms-page-tags.png https://travis-ci.org/nephila/djangocms-page-tags.png?branch=master http://img.shields.io/pypi/dm/djangocms-page-tags.png https://coveralls.io/repos/nephila/djangocms-page-tags/badge.png?branch=master

Tagged pages for django CMS 3

Quickstart

Install djangocms-page-tags:

pip install djangocms-page-tags

Then add it to INSTALLED_APPS along with its dependencies:

'taggit',
'taggit_autosuggest',
'djangocms_page_tags',

Add taggit_autosuggest to urlconf:

url(r'^taggit_autosuggest/', include('taggit_autosuggest.urls')),

Execute migration or syncdb:

$ python manage.py syncdb

or:

$ python manage.py migrate

Usage

You will find two new items in the toolbar Page menu:

  • Title tags (per language)

  • Page tags (global)

These items allows to add tags to Title and Page instances, respectively

Templatetags

djangocms-page-tags allows showing tags using four templatetags

  • include_page_tags

  • include_title_tags

  • page_tags

  • title_tags

Documentation

For further documentation see http://djangocms-page-tags.readthedocs.org/

Bitdeli badge

History

0.3.0 (2014-04-20)

  • Support for django CMS 3.0 final

0.2.1 (2014-03-29)

  • Support for django CMS 3.0 RC1

  • Add verbose description

0.2.0 (2014-02-02)

  • Fix for django CMS 3 develop update

0.1.4 (2014-01-26)

  • Metadata cleanup

0.1.3 (2014-01-22)

  • Put toolbar menu items in a submenu

0.1.2 (2014-01-16)

  • Documentation update

0.1.1 (2014-01-16)

  • Add transifex support

0.1.0 (2014-01-15)

  • Experimental release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-page-tags-0.3.0.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

djangocms_page_tags-0.3.0-py2.py3-none-any.whl (16.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file djangocms-page-tags-0.3.0.tar.gz.

File metadata

File hashes

Hashes for djangocms-page-tags-0.3.0.tar.gz
Algorithm Hash digest
SHA256 ec25e67f9c90ff2c9887473073eb432969257590c2596f95c75bf48f3f09e1e1
MD5 3e771fa6f156db76fb4f68a66eb170b4
BLAKE2b-256 69e917829a574d7ddfdc1edc9fb7f4cbf432637cb306ead3de56850a68cfce1f

See more details on using hashes here.

File details

Details for the file djangocms_page_tags-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for djangocms_page_tags-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 70fbbaa4adaad91a7112107f3b6e2bf04d9af3cdef741310cb68d6673fbcd835
MD5 d5106a4d7737eaf5abc1de3c8684c067
BLAKE2b-256 281b79d9b5f1992951fdbe362f84b814b0be19311f4f9ac5e8c609762b73ec4d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page