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?
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
2009-08-14 23:13:54
@Epcylon a 1.0 compatibility update was JUST released (0.3)
Wahnfrieden
2009-08-26 16:36:23
A:
But it doesn't work in Django 1.0: http://code.google.com/p/django-tagging/issues/detail?id=159
Glader
2009-01-05 08:05:29
+2
A:
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/
Ólafur Nielsen
2009-03-16 15:41:49
+1
A:
A little self-promotion never hurt anybody, right? http://dburke.info/blog/logarithmic-tag-clouds
dburke
2009-06-27 02:05:59
A:
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 :)
Adrian Liem
2009-06-30 18:53:14