Django Book 翻译
菜单>:
TOC
返回
原文:
Once youve created a model, Django automatically provides a high-level Python API for working with those models. Try it out by running ``python manage.py shell`` and typing the following:
翻译:
一旦你创建了模型,Django自动为这些模型提供了高级的Pyhton API。 运行 ``python manage.py shell`` 并输入下面的内容试试看:
备注:
译者: