Django Book 翻译
菜单>:
TOC
返回
原文:
Thats it! If you replace the image path in the ``open()`` call with a path to a real image, you can use this very simple view to serve an image, and the browser will display it correctly.
翻译:
就是这么简单。如果改变 ``open()`` 中的图片路径为一张真实图片的路径,那么就可以使用这个十分简单的视图来提供一张图片,并且浏览器可以正确的显示它。
备注:
译者: