Skip to content

Instantly share code, notes, and snippets.

@shimakaze-git
Created September 7, 2019 14:11
Show Gist options
  • Save shimakaze-git/4a09b57241a90059240c6958f5b92d1d to your computer and use it in GitHub Desktop.
Save shimakaze-git/4a09b57241a90059240c6958f5b92d1d to your computer and use it in GitHub Desktop.
GAEの設定ファイルであるapp.yamlの内容
runtime: python37
service: sample_django
handlers:
- url: /.*
script: auto
- url: /static
static_dir: static/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment