2👍
✅
You may want to try without the leading slash in your ImageField’s upload_to
path:
>>> os.path.join("/whatever", "/else")
'/else'
Source:stackexchange.com