Skip to main content

Tag cloud for django tagging and django-taggit.

Project description

=========
Tag tools
=========

This currently provides a tag cloud generator for django-tagging and
django-taggit.

Optional settings
-----------------

TAGTOOLS_PREFERRED_APP_ORDER
If TAGTOOLS_TAG_APP is not set, it will attempt to import the
tag-apps in the order defined here. **Default:** ('taggit', 'tagging')

TAGTOOLS_TAG_APP
Force what app to use. **Default:** pick first found entry in
TAGTOOLS_PREFERRED_APP_ORDER

TAGTOOLS_CLOUD_STEPS
How many different sizes of tags for the cloud. **Default:** 6

TAGTOOLS_CLOUD_MIN_COUNT
Minimum frequency of a tag before it is included. **Default:** 1

Usage
-----

There's a view ``tagged_object_list`` if you want to devote an entire
page to a tag-cloud. In your url-conf:

tags_dict= {
'queryset_or_model': YorTaggedModel,
'template_name': 'sometemplate.html',
}

urlpatterns = patterns('tagtools.views',
(r'^tag/(?P<tag>[-\w\d]+)/$', 'tagged_object_list', tags_dict),
)

You can generate lists of tags in a view with the function
``tagtools.get_tagcloud_for_model``.

You can set tags for a model with ``tagtools.set_tags_for_model``.


:Version: 0.2.0-alpha

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

django-tag-tools-0.2.0-alpha.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

django_tag_tools-0.2.0_alpha-py2-none-any.whl (14.8 kB view details)

Uploaded Python 2

File details

Details for the file django-tag-tools-0.2.0-alpha.tar.gz.

File metadata

File hashes

Hashes for django-tag-tools-0.2.0-alpha.tar.gz
Algorithm Hash digest
SHA256 cc37df7ae6fef24188a447540eb16baf9bbc918f9925ba583744b028534b1896
MD5 972d2075a9a88ba5c16b00192a4e9b11
BLAKE2b-256 350ec6db8052566f34f029cd3af1e3f0b126689c145fe62b0f9cde7774573c95

See more details on using hashes here.

File details

Details for the file django_tag_tools-0.2.0_alpha-py2-none-any.whl.

File metadata

File hashes

Hashes for django_tag_tools-0.2.0_alpha-py2-none-any.whl
Algorithm Hash digest
SHA256 05324afd53dff404d7f6e0159979d1d7a2a8eb859536836d6dcedede59d2202b
MD5 489056309a31d30b6e87db059a48094f
BLAKE2b-256 377b1092f56e8642aa4016396aa9e1e2334b5af32b315ae0bf071b649680086e

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