Ned, True,

Thanks both for quick reply.  Actually did try exec at first.. .
character  When it went wrong at first, I doubted myself and thought I
meant eval from js instead.... hence that post.  I went back to it and
realized how to include the nest "pass" just underneath it using the
escape

---clearly a semi newbie with python

As for the table situation.. actually I do understand databases a bit
better than python and realize that normally one would make a single
table or rather just a few tables instead of copying the design of one
many times.
This is an oddball application, however.. nothing that is going to
serve a web site, but something I am just doing to verify something
else.  Call it an off-label use of a db.

Thanks again..

Robert





On Apr 1, 8:24 pm, Ned Batchelder <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to