I'd like to deploy a Web2py project to Google App Engine directly from pythonanywhere. The problem is that I would have to run Google's appserver from the App Engine SDK before deploying so it can create the necessary indexes for the datastore. Is there a way to do that with pythonanywhere?