On Wed, Nov 4, 2009 at 10:31 AM, Daniel Roseman <[email protected]>wrote:

>
> On Nov 4, 4:26 am, Denis Bahati <[email protected]> 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.
>

Or just create your own authentication backends using your User models,
Django will be able to handle session as usual and you will have what you
want for your user model


http://docs.djangoproject.com/en/dev/topics/auth/#specifying-authentication-backends

I hope this helps,

Julien

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