[Answered ]-Url method of ImageField returns a non-Url value – Django

2👍

I had the same problem. At model declaration, I changed “upload_to” argument value from absolute path to relative, this fixes the problem.

Leave a comment