On Wed, Aug 11, 2010 at 1:14 PM, pj-linden <pj-lin...@hotmail.com> wrote: > I have yust started with a django project and have the default settup, > I have followed the django tutorials and now I am trying to load an > image into the html page that i have created but for some reason the > image will not show! > when i using chrome as the reader of the page I can read in the > javascript-konsol: > > "Resource interpreted as image but transferred with MIME type text/ > html."
did you setup serving of static files for development? http://docs.djangoproject.com/en/1.2/howto/static-files/#howto-static-files could you provide more details about image you are trying to display, where it's located? Aljosa Mohorovic -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.