您不需要静态文件处理程序。
通过将其添加到您的应用中,将应用与静态文件夹一起上传app.yaml
- url: /static/ static_dir: static
docs在这里:https
:
//developers.google.com/appengine/docs/python/config/appconfig#Static_Directory_Handlers
编辑:请参阅下面评论中的答案

您不需要静态文件处理程序。
通过将其添加到您的应用中,将应用与静态文件夹一起上传app.yaml
- url: /static/ static_dir: static
docs在这里:https
:
//developers.google.com/appengine/docs/python/config/appconfig#Static_Directory_Handlers
编辑:请参阅下面评论中的答案