Questions tagged [media-url]

MEDIA_URL that handles the media served from MEDIA_ROOT

MEDIA_URL that handles the media served from MEDIA_ROOT which is part of

Django Docs: MEDIA_URL

32 questions
0
votes
1 answer

Django admin panel MEDIA_URL and db url

I've ported a website from a server to another few days ago. Now I need to complete the port, updating the database in the new server. I've done it, but i get a strange error. It doesn't show me images. In the database the image field contains…
Cornelius
  • 1
  • 2
0
votes
1 answer

Django image field not retrived from storage

I plot a graph and save it as an image in my model. But, the file is not getting retrived at html page. My models.py: class MyModel(models.Model): ... ... photo =…
Aswin Murugesh
  • 10,831
  • 10
  • 40
  • 69
1 2
3