無法實現跳轉
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
這個問題老師在前面同學那回答過了,你肯定跟我一樣刪除了之前的文章
2019-10-14