On Nov 3, 2:26 pm, "yun" <[EMAIL PROTECTED]> wrote: > As I'm relatively new to Django (I'm still reading through tutorials > and documentation), I was wondering how you managed user > authentication. I know that it can be managed throught the auth > package, but I was curious how you specifically handled it because I > think it was pretty neat.
I'm using the auth package, but not the auth generic views. I made a user profile model which has a one to one relationship with an auth.user object, and contains extra information that a forum would need. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

