Re: about tagging app and tags cloud

2007-12-11 Thread Kellen
There's a bug: http://code.google.com/p/django-tagging/issues/detail?id=54 For which there is a patch, which changes in tagging/utils.py: -thresholds = [math.pow(max_weight - min_weight + 1, float(i) / float(steps)) \ +thresholds = [min_weight + math.pow(max_weight - min_w

Re: How to set ForeignKey with generic create view?

2007-12-12 Thread Kellen
In your input form you need to pass the blog object id. You should rather look into using the contrib.comments app rather than reinventing the comments system. Kellen On Dec 10, 8:01 pm, Florian Lindner <[EMAIL PROTECTED]> wrote: > Hello, > I have this model: > > class

Re: about tagging app and tags cloud

2007-12-13 Thread Kellen
ike this: style="font-size: {{ tag.font_size|sub:1|mult:25|add:100 }}%" with some reasonable default font-size. Kellen On Dec 12, 3:36 pm, "Lic. José M. Rodriguez Bacallao" <[EMAIL PROTECTED]> wrote: > ok, it fix the problem of the font_size attr but the distribution of &