Hi django-developers I wasn't quite happy with how django.contrib.auth handles extending the User table. So I changed the auth system and in my opinion it's a better solution.
The code can be found here: http://dpaste.com/81651/ Basically it lets you define a class in settings which extends the User table before it's created, using subclassing. Jonas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
