About disconnecting signals:
https://docs.djangoproject.com/en/1.3/topics/signals/#disconnecting-signals
You can copy code & modify & connect modified.

However I do not consider anonymous comments for products to be
useful.

On 10 lis, 15:06, Oscar Javier Moreno Rey <[email protected]> wrote:
> Hi everybody.
>
> I want to enable comments for anonymous users (I mean not authenticated
> users). I modified the form template to show 'name' and 'email' fields
> which are required to django comments framework but when I try to save I
> get this error.
>
> "int() argument must be a string or a number, not 'AnonymousUser'"
>
> I followed the traceback and I realized that the problem is when signal
> "signals.comment_was_posted" is dispatched and "one_rating_per_product"
> listener is activated.
>
> Is there any way to override that listener? or would you tell me which
> is the best way to allow anonymous users create comments and set ratings
> over products?
>
> I'm using Sathcmo 0.9.1-RC2.
>
> Best Regards,
> --
> Oscar Javier Moreno Rey
>
>  signature.asc
> < 1KZobrazitStáhnout

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to