I have a model that has a 1-1 model attached to it. This attached model has mostly default values that will be referenced later.
My question is, should I put the creation of the 1-1 model in the SAVE() method of the main object, or in the view where it's created? seems like putting it in the SAVE() method would keep the design isolated from the other areas. Thanks for your help. John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---