我试图在我的django项目上使用django-mptt-comments
应用程序,但是当我尝试发表评论时,我遇到了问题。
我得到错误:AttributeError: 'NoneType' object has no attribute 'level'
这里是回溯:https://gist.github.com/1481179
您将在回溯中注意到,错误发生在应用程序的form.py第93行。下面是代码:https://gist.github.com/1481191
谁能告诉我是什么导致了这个问题,我该如何去解决它?谢谢。
我没有使用django-mptt-comments,但是我在stacktrace中看到了一些可疑的东西,它看起来像在django/contrib/comments/forms.py中初始化的表单,这听起来有点奇怪。
也许你已经安装了django.contrib.comments应用程序并且它以某种方式交互?