I'm using the ImageKit and for some reason it's displaying the absolute path to images. Any idea how to make it to display the path I have set in the MEDIA_URL ?
|
feedback
|
|
Have you tried using | |||
feedback
|
|
The problem is in Models with the ImageKit's
But if you take the front slash off from your path and not include the folder mentioned in MEDIA_URL (in settings.py) then the problem with the reference to the absolute path goes away:
| |||
|
feedback
|