You have the table in the db, but not the metadata in /databases/
folder.
Change to the following:
DAL('mysql://x',pool_size=1,check_reserved=['all'])
to this:
DAL('mysql://x',pool_size=1,check_reserved=['all'],
fake_migrate_all=True, migrate=False)
This will rebuild your metadata. Ev
A web2py and python newbie here. Tried posting this before, but could not
see this in the posting list.
I tried to do a sample web app with MySQL DB as backend DB. I have created
a table in MySQL separately and populated with values and I want to display
the table values in the UI. I have a
2 matches
Mail list logo