我不小心把一个js文件放到了assets/images中,现在heroku不让我预编译我的资产,即使我删除了js文件。下面是我得到的错误消息
AssetSync: YAML file found /tmp/build_326asn5xl82tm/config/asset_sync.yml settings will be
我编写了一个非常基本的python3.5脚本,它在控制台中显示带有打印功能的消息。UnicodeEncodeError: 'ascii' codec can't encode character '\xe8' in position30: ordinal not in range(128)
我不明白为什么它在我的计算机上工作而不是在目标计算机上工作。谢谢