I'm developing a website with Django. This is correct or I should avoid doing it in this way?
<img src="http://{{ request.META.HTTP_HOST }}/media/assets/img/bike.gif">
I'm doing this because I have internationalization in this project and I translate also the url patterns.
There are other strategies to get the root url?
Best Regards,