Django Book 翻译
菜单>:
TOC
返回
原文:
If youre following along while coding at the same time, youll notice that the ``views.py`` file now contains two views. (We omitted the ``current_datetime`` view from the last set of examples for clarity.) Put together, ``views.py`` should look like this:
翻译:
你现在已经注意到 ``views.py`` 文件中包含了两个视图, ``views.py`` 看起来象这样:
备注:
译者: