我正在尝试让 Zinnia 在 django 网站上运行,以便对其进行评估。我已经设法安装了它的所有依赖项,一切都很好,并且我使用管理工具创建了一些帖子,但现在我在访问它们时遇到了错误!
错误:
KeyError at /weblog/2012/10/12/test-post/
'request'
Request Method: GET
Request URL: http://127.0.0.1:8000/weblog/2012/10/12/test-post/
Django Version: 1.4.1
Exception Type: KeyError
Exception Value: 'request'
Exception Location: /usr/local/lib/python2.7/site-packages/django/template/context.py in __getitem__, line 54
Python Executable: /usr/local/bin/python
Python Version: 2.7.3
Python Path:
['/home/ubuntudev/webtest/twsite',
'/usr/local/lib/python2.7/site-packages/setuptools-0.6c12dev_r88846-py2.7.egg',
'/usr/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg',
'/usr/local/lib/python27.zip',
'/usr/local/lib/python2.7',
'/usr/local/lib/python2.7/plat-linux2',
'/usr/local/lib/python2.7/lib-tk',
'/usr/local/lib/python2.7/lib-old',
'/usr/local/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/site-packages']
作为参考,这是我的settings.py和我的urls.py。后者无疑是一个巨大的混乱,因为我一直在搞砸我能想到的一切。
我刚刚被 Django 和 Zinnia 弄湿了,所以请在你的回答中描述一下!提前致谢。