beginner question. here's pdb output
(Pdb) entry.image
<FieldFile: None>
(Pdb) entry.image is None
False
how do I check if the image exists or not?
Lets say I want to access entry.image.file but I dont know whether entry.image exists
SOLVED check my own answer