Re: User Login in django

2009-11-04 Thread Julien Petitperrin
On Wed, Nov 4, 2009 at 10:31 AM, Daniel Roseman wrote: > > On Nov 4, 4:26 am, Denis Bahati wrote: > > Am real need to reinvent the wheel because i have a project which needs > to > > define some user roles, and enable users to update the status of their > own > > properties and not the other prop

Re: User Login in django

2009-11-04 Thread Daniel Roseman
On Nov 4, 4:26 am, Denis Bahati wrote: > Am real need to reinvent the wheel because i have a project which needs to > define some user roles, and enable users to update the status of their own > properties and not the other property. Thanks in advance for any help you > give me. > Then use a Use

Re: User Login in django

2009-11-03 Thread Denis Bahati
Am real need to reinvent the wheel because i have a project which needs to define some user roles, and enable users to update the status of their own properties and not the other property. Thanks in advance for any help you give me. On Tue, Nov 3, 2009 at 4:32 PM, bruno desthuilliers < bruno.desth

Re: User Login in django

2009-11-03 Thread bruno desthuilliers
On 3 nov, 13:37, Denis Bahati wrote: > Hi there, > Am creating a login screen using django form but failing to get the concept > on how can i query from the database to get the user verified as a > registered user. Do you have a real need for reinventing the wheel ? http://docs.djangoproject.co