無(wú)法實(shí)現(xiàn)跳轉(zhuǎn)
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:
blog/urls:
2019-08-25
這個(gè)問(wèn)題老師在前面同學(xué)那回答過(guò)了,你肯定跟我一樣刪除了之前的文章
2019-10-14