I just want to display an image that i have uploaded through the admin module, through an html image tag on a web page. The image is located in /home/user/work/djcode/media/chic
You need to use {{MEDIA_URL}} or {{STATIC_URL}} , the choice depends on how you manage your files on server.