Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 在Google app Engine中运行时看不到在web2py中创建的新表_Python_Google App Engine_Web2py - Fatal编程技术网

Python 在Google app Engine中运行时看不到在web2py中创建的新表

Python 在Google app Engine中运行时看不到在web2py中创建的新表,python,google-app-engine,web2py,Python,Google App Engine,Web2py,我使用web2py创建了一个应用程序,并使用语法在其中声明了某些新表 db.define_table(),但即使在本地服务器上,在Google app Engine中运行应用程序时,创建的表也不可见。web2py自己创建的表(如auth_user和auth中的其他表)是可用的 我错过了什么? 我已经在应用程序中用db.py声明了新表 提前感谢应用程序引擎数据存储实际上没有表。也就是说,如果web2py能够使用数据存储(我不熟悉),那么创建实体后,种类(有点像表)将只在管理控制台(/_ah/adm

我使用web2py创建了一个应用程序,并使用语法在其中声明了某些新表 db.define_table(),但即使在本地服务器上,在Google app Engine中运行应用程序时,创建的表也不可见。web2py自己创建的表(如auth_user和auth中的其他表)是可用的

我错过了什么? 我已经在应用程序中用db.py声明了新表


提前感谢

应用程序引擎数据存储实际上没有表。也就是说,如果web2py能够使用数据存储(我不熟悉),那么创建实体后,种类(有点像表)将只在管理控制台(/_ah/admin local)中显示(即,表只在插入一行后显示,您永远不会看到空表)