I am using the Django Filer to be able to upload multiple images in the Django Admin panel. However, I can't find out how I can fetch these images, so that I can render them in a template/HTML-file.
I know how to fetch images when I am uploading the normal way, as I can reference the model in the template. But I have no idea how I am able to grap the images I have uploaded using Django Filer.
I am Django noob, so sorry if the question seems weird. If anybody have any other suggestions on how to upload multiple images in the Django Admin panel, please come with suggestions.