Hi,

I'm in the process of turning telemeta [1] into a django application, and need
dynamic model fields: we want to allow site administrators to easily add/remove
"fields" to our main data structure, the MediaItem, which represents an
audio/video resource.

Example: for a given research laboratory the MediaItem may need to have a
"musicians" field, but for another laboratory it can be "filmmaker", etc... And
there may be dozens of these dynamic fields, which could be added/removed at any
time.

We believe the process of hard-coding those fields into the models is a
developer task and too heavy for the administrators we target, especially
because of the need to manually modify the SQL tables.

Any ideas?

Regards,

[1] http://svn.parisson.org/telemeta

--
  Olivier - http://www.samalyse.com

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