Displaying uploaded images in Django
Say you have a model that handles images like this: To get it showing in your template you need these settings (here all files go into the media directory): THEN in your main urls.py file you need this line so… Read More »Displaying uploaded images in Django