I am currently new to Django and web development and I was wondering if how can I display the image in Django admin? Currently it just shows this:
My Django admin
I also attached my codes for my urls and models for your reference:
models.py
models.py
urls.py
urls.py
settings.py
settings.py
PS:
I was following an online tutorial and I wasn’t really sure what i did wrong. Thank you.
How can the image be displayed in django admin.