Django Book 翻译
菜单>:
TOC
返回
原文:
Tells Django where to find the various CSS and JavaScript files for the admin interface when running the development server. Normally these files are served out of the Django source tree, but because some designers customize these files for their site, this option allows you to test against custom versions.
翻译:
用来告诉Django当使用自带的开发服务器的时候,如何为admin界面去寻找不同的CSS和JavaScript文件。通常这些文件都是存放在Django的源代码树的中,但是因为有些设计者为他们自己的网站使用定制了这些文件,而这个选项允许你试着取消这些定制的版本。
备注:
译者: