I'm trying to download chain_logo and currency_logo on chain settings via cfg/admin. I have tried next configurations:
- When MEDIA_URL = "/media"
- When MEDIA_URL = "https://localhost:8000/media"
- When MEDIA_URL = "https://localhost:8000/cfg/media"
So, the only way to download and open the icon via a direct link, when MEDIA_URL="/media/”, as described in the first configuration.
I'm trying to download chain_logo and currency_logo on chain settings via cfg/admin. I have tried next configurations:
So, the only way to download and open the icon via a direct link, when MEDIA_URL="/media/”, as described in the first configuration.