1👍
✅
Try:
application: meyapay
version: 1
runtime: python27
api_version: 1
threadsafe: true
libraries:
- name: django
version: "latest"
handlers:
- url: /images
static_dir: images
- url: .*
script: main.app
Source:stackexchange.com