消息 [133388]
What’s the syntax described in the docs?
package_data =
mypackage = templates/*.html static/css/*.css
or
package_data =
mypackage = templates/*.html
mypackage = static/css/*.css
?
On a related subject, I think the new resources system should obsolete data_files and package_data. Putting files in arbitrary, OS-specific places (data_files) or alongside the Python files (package_data) was wrong, let’s move away from that. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-04-09 13:57:21 | eric.araujo | 修改 | recipients:
+ eric.araujo, tarek, alexis, erik.bray |
| 2011-04-09 13:57:21 | eric.araujo | 修改 | messageid: <1302357441.59.0.666726567171.issue11805@psf.upfronthosting.co.za> |
| 2011-04-09 13:57:20 | eric.araujo | 链接 | issue11805 messages |
| 2011-04-09 13:57:20 | eric.araujo | 创建 | |
|