我想自动从当地media_root所有静态文件服务,如果它们存在,只有回退到CDN的URL,如果他们不这样做。
I would like to automatically serve all static files from the local MEDIA_ROOT, if they exist, and only fallback to the CDN URL if they do not.
我想自动从当地media_root所有静态文件服务,如果它们存在,只有回退到CDN的URL,如果他们不这样做。
I would like to automatically serve all static files from the local MEDIA_ROOT, if they exist, and only fallback to the CDN URL if they do not.
应用推荐