在 pyrocms 中获取 url 时删除反斜杠
Remove backslash when get url in pyrocms
我在显示 url 时遇到问题,我使用 {{ page.header_image.url }}
但结果是:http://localhost:8000/\app/default/files-module/local/images/banner-ourpage.jpg
为什么我在 url 中得到反斜杠?没有反斜杠就好了
我正在使用 windows 和 pyrocms 3.3
我只是注意到这并没有进入 Image
class,这是我之前假设的。它在文件适配器中。
您的代码很好,但我刚刚发现 windows 台机器存在错误。
我在显示 url 时遇到问题,我使用 {{ page.header_image.url }}
但结果是:http://localhost:8000/\app/default/files-module/local/images/banner-ourpage.jpg
为什么我在 url 中得到反斜杠?没有反斜杠就好了
我正在使用 windows 和 pyrocms 3.3
我只是注意到这并没有进入 Image
class,这是我之前假设的。它在文件适配器中。
您的代码很好,但我刚刚发现 windows 台机器存在错误。