Re: Customizing Django's Auth System
On 10/18/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 10/18/07, Hugh Bien <[EMAIL PROTECTED]> wrote: > > I was wondering if it was possible to customize Django's Auth system to not > > include permissions, groups, or messages. For the app I'm working on, just > > have a User model would be great. > > Just because they're there doesn't mean you have to use 'em. Just > ignore what you don't need. Admin and comments rely on them, of course. --~--~-~--~~~---~--~~ 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@googlegroups.com 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 -~--~~~~--~~--~--~---
Re: Customizing Django's Auth System
On 10/18/07, Hugh Bien <[EMAIL PROTECTED]> wrote: > I was wondering if it was possible to customize Django's Auth system to not > include permissions, groups, or messages. For the app I'm working on, just > have a User model would be great. Just because they're there doesn't mean you have to use 'em. Just ignore what you don't need. Jacob --~--~-~--~~~---~--~~ 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@googlegroups.com 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 -~--~~~~--~~--~--~---
Re: Customizing Django's Auth System
I was thinking about doing that, but I didn't want to roll my own authentication system if would be easier to just customize what's already been done. On 10/18/07, Amirouche <[EMAIL PROTECTED]> wrote: > > > if you only need User, write you own User model, no ? > > On Oct 18, 7:34 pm, "Hugh Bien" <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I was wondering if it was possible to customize Django's Auth system to > not > > include permissions, groups, or messages. For the app I'm working on, > just > > have a User model would be great. > > > > - Hugh > > > > > --~--~-~--~~~---~--~~ 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@googlegroups.com 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 -~--~~~~--~~--~--~---
Re: Customizing Django's Auth System
if you only need User, write you own User model, no ? On Oct 18, 7:34 pm, "Hugh Bien" <[EMAIL PROTECTED]> wrote: > Hi all, > > I was wondering if it was possible to customize Django's Auth system to not > include permissions, groups, or messages. For the app I'm working on, just > have a User model would be great. > > - Hugh --~--~-~--~~~---~--~~ 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@googlegroups.com 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 -~--~~~~--~~--~--~---
Customizing Django's Auth System
Hi all, I was wondering if it was possible to customize Django's Auth system to not include permissions, groups, or messages. For the app I'm working on, just have a User model would be great. - Hugh --~--~-~--~~~---~--~~ 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@googlegroups.com 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 -~--~~~~--~~--~--~---