[Answered ]-How do I properly display user-generated images using django?

2👍

userprofile.image.url gives you the full url to the image

👤super9

0👍

Just solved it… I need to include:

http://user.webfactional.com/static/{{userprofile.image}}

Leave a comment