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

Attachment: signature.asc
Description: Digital signature

Reply via email to