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 https://pypip.in/d/djangocms-page-tags/badge.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

Bitdeli badge

History

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.1.1.tar.gz (11.9 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for djangocms-page-tags-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d940b7b81189931f9eadb50e86ac02309b9a42a64fa608f61f9aa31006daedd9
MD5 2f32a77a7accd96e89c6bf208d6340a1
BLAKE2b-256 e2709eefde2f4d02d6e07f7829011f7fccd29fd0bee9e56a6015ee122dc049ec

See more details on using hashes here.

Provenance

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