On 2/13/07, kbochert <[EMAIL PROTECTED]> wrote:
>
>
> Given the url http://127.0.0.1:8000/mysite.news.htm
>
> then in urls.py
>
> (r'^polls/(?P<name>[a-z.]+)', 'Mysite.polls.views.news'),
> #displays page properly, but without the graphics
...
I don't think so, unless something odd is going on.  How does
mysite.news.htm match something starting with "polls" ?

...
> How can rendering find the correct .gif file and then display it ,
> but incorrectly??

What's the finished HTML for the img src look like?   Django doesn't
know about your web browser.  :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to