© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mikolaj Buchwald
I am a researcher and I use programming as a way to automatize stuff and create convenient interfaces for domain experts.
Very informative, thanks
From where url comes from in:
url
imageurl = f'{photo.file.url}'
?
Omonbude Emmanuel
Software Engineer
It’s django inbuilt method to return the url of the file saved. You can see it from the response gotten.
Omonbude Emmanuel, it's nice, thank you for the explanation.