I am looking for some advise on how to go about creating something with Django. Any help would be greatly appreciated!
I am created a website that will need to support two different, yet similar models at the same level. So I have a legacy product model called XCProduct and a new product model called Product. These in theory are the same thing and for the most part contain the same data, but is different enough that required two different models. I would like to seemlessly make these two models appear as one. They will have different display requirements, but that can be handled in their apps. Basically I will need a Category model to glue these together, but at the same time of thinking about this I'd like to see my Category model to be generic enough to really just be a hierarchy of pages that get displayed differently. Does anyone have advice on how to implement this? I first thought about using generic relations, but not 100% sure on how to go about it. -- Brian Rosner http://www.brosner.com/blog --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---