Django Book 翻译
菜单>:
TOC
返回
原文:
The ``validate`` command checks whether your models syntax and logic are correct. If all is well, youll see the message ``0 errors found`` . If you dont, make sure you typed in the model code correctly. The error output should give you helpful information about what was wrong with the code.
翻译:
``validate`` 命令检查你的模型的语法和逻辑是否正确。如果一切正常,你会看到 ``0 errors found`` 消息。如果有问题,它会给出非常有用的错误信息来帮助你 修正你的模型。
备注:
译者: