Django Book 翻译
菜单>:
TOC
返回
原文:
If you deploy Django at a subdirectory that is, somewhere deeper than / Django *wont* trim the URL prefix off of your URLpatterns. So if your Apache config looks like this:
翻译:
如果你在一个比 / 位置更深的子目录中部署 Django,它 *不会* 对你的 URL 进行修整。所以如果你的 Apache 配置是像这样的:
备注:
译者: