On Fri, Sep 19, 2008 at 3:52 AM, Daniel Roseman <
[EMAIL PROTECTED]> wrote:

>
> On Sep 19, 5:02 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> > On Thu, Sep 18, 2008 at 5:48 PM, Valery Khamenya <[EMAIL PROTECTED]>
> wrote:
>
> > (How all of this is connected to what you've got in your <img> tag is a
> bit
> > of a mystery.  The template you are mentioning, though, is not involved
> in
> > the error you have pasted, unless it's your 404 template.)
> >
> > Karen
>
> At a guess, the fact of putting 'i' in the img src causes his browser
> to request /i - which presumably doesn't exist in his urls.py, so
> Django returns a 404. When he has a blank src, no request, so no
> error.
>
>
Oh, right.  My mind saw <img>, thought static file not handled by Django,
and turned off.  Apparently "a" works, though, so there may be a mapping in
urls.py to a view that tries to look up the first component of the path in
some table that happens to contain "a" but not "i"...or else there's a url
mapping for /a but not /i...

Karen

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to