On Fri, Mar 13, 2009 at 5:02 AM, Bastien <[email protected]> wrote:
> I will answer my own question since I found the answer, may be it can
> help someone:

Unfortunately you found the wrong answer; if you're making changes to
the code that came with django-registration, you're doin' it wrong.

The "register" view takes keyword arguments precisely so that you can
configure it without having to change its code. Simply set up your own
URLConf (one you personally write yourself -- not by editing the
included one in place), pointing to that view and passing the
arguments you want to have passed, the same way you'd point at, say,
one of Django's generic views and pass it arguments from your URLConf.



-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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