Re: looking for simple comment app

2009-10-14 Thread Kenneth Gonsalves

On Wednesday 14 Oct 2009 12:47:34 pm andreas schmid wrote:
> im looking for a simple comment app.
> i need commmenting for instances only by logged in users and the author
> is obviously request.user, dont need any preview or whatever. maybe a
> mail notification on instances i commented on.
>
> what are you using?

I use contrib.comments, but only use a subset of the features and restrict 
comments to logged in users - works well for me. I use a simple 

{% if request.user.is_authenticated %} to keep non logged in users from 
commenting. I agree that this is not the best way as somecan break it, but 
works well enough for the type of user I get.

You could use signals to send email notifications.
-- 
regards
kg
http://lawgon.livejournal.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: looking for simple comment app

2009-10-14 Thread aschmid

this article helped me a lot!
http://www.yashh.com/blog/2008/nov/21/django-comments-authenticated-users/

On 14 Ott, 09:17, andreas schmid  wrote:
> hi,
>
> im looking for a simple comment app.
> i need commmenting for instances only by logged in users and the author
> is obviously request.user, dont need any preview or whatever. maybe a
> mail notification on instances i commented on.
>
> what are you using?
>
> i tried django.contrib.comments but its already too much for my taste
> and has too many fields.
> today i wanted to test django-reviews but it doesnt work even with the
> simple howto onhttp://packages.python.org/django-reviews/because i
> cant find any sample tamplates to make it work and the example in the
> package is an empty module.
>
> thank you!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



looking for simple comment app

2009-10-14 Thread andreas schmid

hi,

im looking for a simple comment app.
i need commmenting for instances only by logged in users and the author
is obviously request.user, dont need any preview or whatever. maybe a
mail notification on instances i commented on.

what are you using?

i tried django.contrib.comments but its already too much for my taste
and has too many fields.
today i wanted to test django-reviews but it doesnt work even with the
simple howto on http://packages.python.org/django-reviews/ because i
cant find any sample tamplates to make it work and the example in the
package is an empty module.

thank you!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---