0
我有幾個對象,我沒有附加任何文件。在Python中獲取「文件對象不存在」錯誤django
我有這樣的代碼:
if os.path.isfile(object.pdf_file.url):
object.url = object.pdf_file.url
else:
object.url = ""
但我收到此錯誤:
The 'pdf_file' attribute has no file associated with it.
感謝哥們,它的工作 – user24