Django Book 2.0 翻译
菜单>:
TOC
返回
原文:
The
<1>
inspectdb
<2>
utility introspects the database pointed to by your settings file, determines a Django model representation for each of your tables, and prints the Python model code to standard output.
翻译:
<1>
inspectdb
<2>
工具自省你配置文件指向的数据库,针对每一个表生成一个Django模型,然后将这些Python模型的代码显示在系统的标准输出里面。
备注:
译者:
(* 注意:由于翻译工作开始进入复审阶段,您提交的内容将会作为参考建议,谢谢您的宝贵建议。 *)