Hi, Yes serving static files is for this use. Any kind of asset for your application that is not dynamic in nature would ofcourse be static(so images, css, javascript and so on). And so, follow the directions in that help file and it will solve your problem.
Moreover, when something doesn't work as expected when dealing with such things, keep a look out at the output of the development server(if you're using that) and mind the HTTP return code for each request. So in your case, you should have seen a 404 code on that image request and even more useful is that you would see the path that it is requesting. I hope this makes it clearer. Regards, Alaa Salman On 9/20/07, AniNair <[EMAIL PROTECTED]> wrote: > > > I tried that.. It's just for serving static files. I don't know why > but i believed that it should've displayed the html page correctly at > the first time itself. Where am I wrong? > Plz help > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---