vote up 2 vote down star
2

Is there a good Django app out there that can take a list of tags and their frequencies of occurrence and render a tag cloud for them?

flag

6 Answers

vote up 5 vote down check

Django-tagging has helpers for generating tag clouds.

link|flag
Seems the django-tagging project is dead or dying, with lots of showstopper bugs in the issue tracker with no movement for many months... – Epcylon Aug 14 at 23:13
@Epcylon a 1.0 compatibility update was JUST released (0.3) – Wahnfrieden Aug 26 at 16:36
vote up 2 vote down

You could try this template tag: http://www.djangosnippets.org/snippets/140/

It works with the django-tagging app http://code.google.com/p/django-tagging/

link|flag
vote up 1 vote down

Grab the trunk and it will work for 1.0

link|flag
vote up 0 vote down

But it doesn't work in Django 1.0: http://code.google.com/p/django-tagging/issues/detail?id=159

link|flag
vote up 0 vote down

A little self-promotion never hurt anybody, right? http://dburke.info/blog/logarithmic-tag-clouds

link|flag
vote up 0 vote down

currently facing the same issue, i found that these links are useful for the tagging template -- so you wouldn't have to type all the template for tagging from scratch:

hopefully those can help :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.