To run this app locally, specify both .yaml
files to dev_appserver.py
:
dev_appserver.py -A your-app-id app.yaml worker.yaml
To deploy this application, specify both .yaml
files to appcfg.py
:
appcfg.py update -A your-app-id -V 1 app.yaml worker.yaml
These samples are used on the following documentation pages: