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
2010-04-20 19:14:46
Thanks. I actually found it a while ago but I thought I'll just ask here just incase someone knew another way.
Marconi
2010-04-20 21:07:59