On 16 déc, 19:07, Lyubomir Petrov <[email protected]> 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. > What is the best way that i can remove those field from the ORM ?
Don't know if it's the "best" way, but it's surely a very simple one: make a local copy of the app and edit the code !-) --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

