Skip to content

panosmm/djangocms-page-tags

 
 

Repository files navigation

djangocms-page-tags

image

image

image

image

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

About

Tagged pages for django CMS 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.1%
  • Shell 10.3%
  • CSS 0.6%