How would I add an entry to the database for the class shown below
through the shell
for filename and abspath
class UploadedFile(SQLObject):
filename = StringCol(alternateID=True)
abspath = StringCol(length=255)
I am asking because I just ran tg-admin sql drop and cleared out my
tables and then recreated them to add some models.
However now I can only add 1 entry to UploadedFile then the toolbox
will not let me add any others. It simply does not show the tables
Thanks for the help
Stephen
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---