Re: Model Inheritance with external apps

2008-12-16 Thread bruno desthuilliers
On 16 déc, 19:07, Lyubomir Petrov wrote: > I'm just starting a project that is using django-profile. There are > some fields like "country" that i want to remove. > As in django-profiles I use my own class that extends the base class > (BaseProfile), so i can add some common information fields. >

Model Inheritance with external apps

2008-12-16 Thread Lyubomir Petrov
I'm just starting a project that is using django-profile. There are some fields like "country" that i want to remove. As in django-profiles I use my own class that extends the base class (BaseProfile), so i can add some common information fields. What is the best way that i can remove those field