Tagged pages for django CMS 3
Project description
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
Documentation
For further documentation see http://djangocms-page-tags.readthedocs.org/
History
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
Release history Release notifications | RSS feed
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.2.tar.gz
(12.0 kB
view details)