Skip to main content

Tagged pages for django CMS 3

Project description

Latest PyPI version Latest Travis CI build status Test coverage

Tagged pages for django CMS 3

Python: 2.7, 3.4, 3.5, 3.6

Django: 1.8 to 1.11

django CMS: 3.4 (and develop/3.5)

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 https://djangocms-page-tags.readthedocs.io/

History

0.6.0 (2017-12-30)

  • Add Django 1.11 support

  • Drop django CMS 3.2, 3.3

0.5.0 (2016-12-02)

  • Add Django 1.10 support

  • Add support for django CMS 3.3, 3.4

  • Drop Django 1.7 and below

  • Drop django CMS 3.1 and below

0.4.2 (2016-01-08)

  • Fix handling of pages in non existing languages

0.4.1 (2015-10-03)

  • Add support for django CMS 3.2

  • Add support for Django 1.8

  • Update translation

  • PEP-8 / isort code cleanup

0.4.0 (2015-06-29)

  • Add support for django CMS 3.1

  • Add support for Django 1.7

  • Use djangocms-helper for testing

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

Uploaded Source

Built Distribution

djangocms_page_tags-0.6.0-py2.py3-none-any.whl (27.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for djangocms-page-tags-0.6.0.tar.gz
Algorithm Hash digest
SHA256 18c5fa7ae6b177dded44040649138871b368ac744b4e0495c5c579063c4d04f3
MD5 35aed78584b4c10e1d9bcca47b062650
BLAKE2b-256 8c22a6b7ee9b8a749334b4cb3691e2c20da5ac26f3db359b1fa1965874d80b3e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for djangocms_page_tags-0.6.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 367688787003d86c6fd62ac0215719984f4358c674207b33d9d1ef04b6693b6c
MD5 849221a2eb9974f8c4214910ba10e61f
BLAKE2b-256 fe184abf4e5ec081f2af117cc9688e167c686bfbf2cdce4c20621c8636aa1a05

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