Re: How do I display a static image in my index.html file?

2013-01-11 Thread @jeffblack360
Give this documentation a look: https://docs.djangoproject.com/en/1.4/howto/static-files/ jb On Friday, January 11, 2013 2:20:40 PM UTC-6, frocco wrote: > > Hello, > > I am a newbie and cannot figure out how to do a simple image display that > I currently do in PHP. > I want to display a logo o

Re: show an image in django

2013-01-10 Thread @jeffblack360
I think your configuration should allow you to hit your image from your browser via the following link: http://localhost:8000/static/images/gauge_example.jpg If that works change your replace {{STATIC_URL}} with '/static/'... On Tuesday, January 8, 2013 8:41:55 AM UTC-6, jianhui chen wrote: >