hi - I am a total django newbie - in fact, I've done not much more than install it - I have an important question that I can't seem to find an answer to in the FAQ - perhaps someone here can help, because without being able to do this, django might not work for me :(
Anyway .... I have a software package made up of a bunch of classes - it's basically a scheduler, I create "jobs" and have them run at certain times and log everything - I want to use django to store details about these jobs in a database, so I thought I could use django and re-use the existing classes (which have the whole data model defined) and create the models (and from that the database structure) .... Is that wacky? I just don't want to have to write this stuff all again and maintain two copies of it - can I use multi-inheritance and create a model that is sub-classed from my "job" class and the models class? Any help would be greatly appreciated - I'm assuming someone has done this before, so I was surprised I couldn't more easily find information about it - thanks in advance for any guidance -w --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---