tags:

views:

49

answers:

1

How can I customize the django builtin comment app so that the fields url, email will be ignored and automatically populate the name with the user's username since I'm only allowing comments from authenticated users?

+1  A: 

Start here: http://docs.djangoproject.com/en/1.1/ref/contrib/comments/custom/#ref-contrib-comments-custom

Mark Lavin
Thanks. I actually found it a while ago but I thought I'll just ask here just incase someone knew another way.
Marconi