Django Book 翻译
菜单>:
TOC
返回
原文:
Take a moment to admire the fine Web application weve made so far now lets break it! Well deliberately introduce a Python error into our ``views.py`` file by commenting out the ``offset = int(offset)`` line in the ``hours_ahead`` view:
翻译:
花几分钟时间欣赏一下我们写好的Web应用程序,然后我们再来搞点小破坏。我们故意在 ``views.py`` 文件中引入一项 Python 错误,注释掉 ``hours_ahead`` 视图中的 ``offset = int(offset)`` 一行。
备注:
译者: