Marconi wrote: > 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?
Derive your own form from the builtin one, add a new custom comment application to your project which will properly export new form via `get_form()`, set COMMENT_APP to custom comment app. For details, see http://docs.djangoproject.com/en/1.1/ref/contrib/comments/custom/#custom-comment-app-api -- Happy Hacking. http://sphinx.net.ru む -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.