Re: How to add user registration/login to an existing app?

2005-11-21 Thread David Ascher
On 11/21/05, Grigory Fateyev <[EMAIL PROTECTED]> wrote: Hello bsoltani!On Mon, 21 Nov 2005 16:30:13 - you wrote:>> As long we're counting who's interested, count me in :).>me too, +1.So the answer is that there is a set of views that can be used for it, but they're not as neatly packaged as

Re: How to add user registration/login to an existing app?

2005-11-21 Thread Grigory Fateyev
Hello bsoltani! On Mon, 21 Nov 2005 16:30:13 - you wrote: > > As long we're counting who's interested, count me in :). > me too, +1. -- Всего наилучшего! greg [at] anastasia [dot] ru Григорий.

Re: How to add user registration/login to an existing app?

2005-11-21 Thread bsoltani
As long we're counting who's interested, count me in :).

How to add user registration/login to an existing app?

2005-11-18 Thread David Ascher
I've read the docs on the Django authentication model, and it seems pretty good.  What I'm looking for now is some pointers re: how to leverage the code that's used for the admin view in adding login/logout/registration/email password pages to my existing app (or similar contrib code). How are