Accessing files from custom directories to Django

31 Views Asked by At

I am fairly new to Django. Currently, I am making a Django 3.2 web server. Here is the concerned directory structure:

https://i.stack.imgur.com/5LtJ6.png

Problem

I want to display the images in the generated\images folder in results.html. What should I do to make it so? Just for more info, the emotionchecker is a Django app.

I really am new, so any help would be appreciated. Thanks!

0

There are 0 best solutions below