> wordpairtopics_table = Table("wordpairtopics", metadata
...
> Column("topic_id", Integer, ForeignKey("worpairtopics.id"))
the second line here is wrong. You have to spell the name of the
table the same in both cases ;)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---