Jarek Zgoda wrote:
> Is there any document with new comment framework customization tips?
> I'd like to switch finally to 1.0 but I don't know how to accomplish
> few things (or have ugly workarounds):
>
>   * do not display preview page after succesful posting of comment, go
> to commented document instead (currently I have redirecting view and
> handle it in my urlconf before urlconf of django.contrib.comments is
> imported);
>   * do not display preview page on errors, redisplay the form instead
> (no workaround yet);
>   * do not require email at all (I set it to empty string in my custom
> comment form using hidden field).
>
> These 2 workarounds seem ugly to me, but I don't know how to resolve
> these issues. Can anybody help me here?
>
> --
> We read Knuth so you don't have to. - Tim Peters
>
> Jarek Zgoda, R&D, Redefine
> [EMAIL PROTECTED]

Hey,
You may want to check out the following blog post, which came out
recently:
http://thomas.broxrost.com/2008/09/05/hacking-comments-in-django-10/
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to