On Jan 20, 10:00 am, "Joseph Perla" <[EMAIL PROTECTED]> wrote: > Have you already decided on a simple, fast, non-deprecated, standard way of > extending the User model?
This has been talked about a few times, but nothing concrete yet. I think one of the more popular ideas was to create a user interface for custom user models to adhere to. So you could have whatever fields/methods you wanted in your model as long as it adheres to the interface. Then we could possibly have a setting like: USER_MODEL = 'myapp.models.myuser' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
