Hello Everyone: About the third time I have tried Django, and everytime I'm running into a problem where that it seems there is no easy way to do a complex task. Well, not that complex in my opinion, just can wade through the documentation to find the right thing I need.
A person creates a record for an asset, that has a manufacturer, a location and an asset type. All these are linked as FK in the model. Now there is a table that has various properties (Serial Number, Color, Weight, etc.) -- a master list. From these a person should be able to pick the appropriate properties that apply to the asset, and enter the values. So, for a computer they would pick Model Number, Serial Number, Hard Disk, from the 'master list' and enter corresponding values. These are stored in a separate table. How do I implement the above in Django? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---