1
config.yaml
index.wsgi
run.py
website
__init__.py
views.py
static
images
stylesheets
javascripts
templates
home.html
在本地localhost:5000的时候是可以显示图片以及样式的,但是部署到SAE的时候都是404
GET http://xxx.sinaapp.com/static/javascripts/main.js 404 (Not Found)
xxx.sinaapp.com/:21 GET http://fanxiansheng.sinaapp.com/static/images/2.png 404 (Not Found)
这是为何呢,静态文件的路径有问题么?
name: fanxiansheng
version: 1
handlers:
- url: /static/
static_path: static
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
认证0级讲师