You should just use the Django auth system. It's fairly easy to use and it provides mechanisms for protecting views that you would have to duplicate anyway. If the default User object is too skimpy for you, you can add to it using UserProfiles or just create a table and link to the User.
BTW, I'm using Django for the classes that I teach. I've got three classes running on one Django site as subdomains using the "sites" framework. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

