On Oct 8, 11:56 pm, "Chris Spencer" <[EMAIL PROTECTED]> wrote:
> Yeah, this has been a big let down. What I'd hoped would be a few
> minutes setting up a basic site framework has turned into several
> hours wasted on boilerplate. The lack of docs, templates, and strange
> bugs like these leads me to think that django-registration isn't fully
> baked. I'm simply writing my own at this point, since I can't find a
> single example through Google of someone who's used that portion of
> registration successfully.

django-registration works great for me out of the box, with all the
features.  You'll want the latest SVN version, as there are a number
of bugs fixed since the last release (0.6).

You also shouldn't need to write your own form, as the password_change
view (just like all the others) gives you a template variable "form"
that you can just render normally (with form.as_ul or siblings, or
just iterating over the fields).

Carl
--~--~---------~--~----~------------~-------~--~----~
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