Hi! all,

 I want tot know if there is away to extend an existing model for an
application ?What i want to do is following

 I have built a django app. Now I want the developers to be able to
add fields to model without modifying the original model class.
Suppose I have a model called box with fields width and height.  Now
if a developer wants to add a field called colour without modifying
the box model.

 The reason for this kind of approach is that I should be able to
upgrade the core without affecting the extensions created by
developers.

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