我想在我的django項目上使用django-mptt-comments應用程序,但是當我嘗試發表評論時遇到了問題。 我得到的錯誤:AttributeError: 'NoneType' object has no attribute 'level' 這裏是回溯:https://gist.github.com/1481179 您將在在APPP的以線93以下form.py發生錯誤的回溯注意到的是什麼代
我建立了一個django自定義評論應用程序,使用django評論本身。我遵循https://docs.djangoproject.com/en/dev/ref/contrib/comments/custom/這封信,我有兩個問題,一個是我的自定義評論實例不給content_object。 所以,當我嘗試以下方法我什麼也沒得到 c = CommentWithFile.object.get(id)=1