About user auth page

2011-08-02 Thread Bruce Dou
Why there is not a default user login, user register template? And Can not find some examples. What is your advice to create user auth pages? -- 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@goog

Re: About user auth page

2011-08-03 Thread Derek
On Aug 3, 8:28 am, Bruce Dou wrote: > Why there is not a default user login, user register template? > And Can not find some examples. > > What is your advice to create user auth pages? The Django Admin has a default user register template; you'll be asked to create default user when you run 'mana

Re: About user auth page

2011-08-03 Thread william ratcliff
I might also recommend using the django-registration package. Best, William On Wed, Aug 3, 2011 at 10:10 AM, Derek wrote: > On Aug 3, 8:28 am, Bruce Dou wrote: > > Why there is not a default user login, user register template? > > And Can not find some examples. > > > > What is your advice to

Re: About user auth page

2011-08-04 Thread shacker
On Aug 3, 7:45 am, william ratcliff wrote: > I might also recommend using the django-registration package. I haven't built a Django site yet that didn't use the combination of django-registration and django-profiles. Would love to see the pair of them find their way into contrib. ./s -- You re