On 06/03/07, Adam Rutkowski <[EMAIL PROTECTED]> wrote:
>
> First of all I'd like to say hi - I'm completely new to Django & Python,
> however very excited about it; great framework, great language.
> While reading Django docs I came across a problem, that I wasn't be able
> to find exact solution for. The point is how to handle a situation when
> the user model in one's app should be extended with some attributes
> (and/or) behaviour. I suppose I should use the existing model, somehow
> inherit from it or reuse it. How is this usually handled in the
> django-way?

At the moment there isn't any actual model inheritance in django but
there is quite a good article about how to do exactly this here
(http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model).

> Take care
> --
> Adam
>
>
>
>
> >
>


-- 
http://grimboy.co.uk

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to