Tôi muốn tải một ứng dụng lên Google App Engine:
Tôi hiểu rồi
Error parsing yaml file:
mapping values are not allowed here
in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8
Khi chạy
./appcfg.py update /home/antonio/Desktop/ATI/climate-change
với tệp app.yaml này:
application:climate-change
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: helloworld.app
dòng 2, cột 8 tương ứng với dòng phiên bản. Có gì sai ở đây? Btw, tôi đang sử dụng Ubuntu 12.04 ở đây.