If you’re using the development server follow the django project’s how-to guide for managing static files to setup your URL’s, then reference you media files in the template — say, an image inside an image folder from /site_media/images/foo.gif
.
If you’re using the development server follow the django project’s how-to guide for managing static files to setup your URL’s, then reference you media files in the template — say, an image inside an image folder from /site_media/images/foo.gif
.