Django Book 翻译
菜单>:
TOC
返回
原文:
This step can be slightly tricky, however. Djangos admin needs to be able to write uploaded media to the media server (the ``MEDIA_ROOT`` setting controls where this media is written). If media lives on another server, however, youll need to arrange a way for that write to happen across the network.
翻译:
这一步需要一点点技巧,Django的admin管理接口需要能够获得足够的权限来处理上传的媒体(通过设置 ``MEDIA_ROOT`` )。如果媒体资源在另外的一台服务器上,你需要获得通过网络写操作的权限。
备注:
译者: