To expand on what true.chesire is saying: There's really no reason to create many identical tables. Usually you'll want to create a single table with one more column to distinguish among the different instances.
--Ned. [EMAIL PROTECTED] wrote: > >> I have tried eval with no success.. >> >> > Try exec. > > Also, I think it is highly unlikely that there is no other ways to > solve your problem in more elegant way. > > > > > > > > -- Ned Batchelder, http://nedbatchelder.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

