Does somebody know if it is possible to add the following two strings together, so that django reads it as one url?
Django template:
src="{% static 'post_it/media/post_images/' + '{{ post.image_name }}' %}"
Thanks.
Does somebody know if it is possible to add the following two strings together, so that django reads it as one url?
Django template:
src="{% static 'post_it/media/post_images/' + '{{ post.image_name }}' %}"
Thanks.