Django Book 翻译
菜单>:
TOC
返回
原文:
For the changes to take effect, exit out of the Python shell and enter it again with ``python manage.py shell`` . (This is the simplest way to make code changes take effect.) Now the list of ``Publisher`` objects is much easier to understand:
翻译:
为了让我们的修改生效,先退出Python Shell,然后再次运行 ``python manage.py shell`` 进入。 现在列出 ``Publisher`` 对象就很容易理解了:
备注:
译者: