问答详情
源自:4-5 实现文章详情页面的跳转

无法实现跳转

AttributeError at /blog/detail/28

'int' object has no attribute 'content'

Request Method:GET
Request URL:http://127.0.0.1:8000/blog/detail/28
Django Version:2.2.4
Exception Type:AttributeError
Exception Value:
'int' object has no attribute 'content'
Exception Location:/Users/wanfengxixi/mysite/blog/views.py in get_detail_page, line 43
Python Executable:/Library/Frameworks/Python.framework/Versions/3.7/bin/python3
Python Version:3.7.4

views:

https://img4.mukewang.com/5d61fec30001a85707640520.jpg

blog/urls:

https://img4.mukewang.com/5d61fecf000123ef09840276.jpg


提问者:qq_慕盖茨9038297 2019-08-25 11:22

个回答

  • 从未停下的咕噜咕噜
    2019-08-25 17:12:06
    已采纳

    这个问题老师在前面同学那回答过了,你肯定跟我一样删除了之前的文章

  • SunshineList
    2019-10-14 17:18:00

    http://img.mukewang.com/5da43d230001a91b07040074.jpg 这里是不是写错了 应该是 Blog.Article.objects.all()