I am a beginner in Django and now i am developing a blogging application. At the article editing section i got stucked and I dont know why its showing this error. Searched a lot
In your template article_edit.html - post url is expecting a pk, you need to pass a pk just like you are doing it for template my_articles.html
{% csrf_token %}... This way django knows which article you are editing 0 讨论(0) 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
This way django knows which article you are editing