[Answer]-Issue with my app engine (i.e. meya.appspot.com)

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
👤GAEfan

Leave a comment