Wow, I think I just had an epiphany...

So, I think this issue is related.

Since Django's development server is serving up the files, with the
middleware's code the way it is, I think it is, essentially, telling
the browser to load full_page_advertisement.html for every single
request.

So, when it gets the request to load the images, it is being told to
load the template instead, and that is where all that Mime Type crap
was coming from.

I just moved all my static content to another web server, and sure
enough, both issues appear that they might be resolved.

I guess all this is just a lack of understanding about how requests
and such work, because it wasn't clear on how to debug these issues,
but now I know.

Thanks for the help.

Also, sorry for the title... now that I think about it, it is quite
misleading, but I was quite convinced it was a bug after several hours
of no progress in the IRC chat room.

Thanks for the help everyone.

On Mar 1, 3:45 am, James Mowery <jmow...@gmail.com> wrote:
> The output from the command when viewing the page:
>
> Development server is running athttp://127.0.0.1:8000/
> Quit the server with CONTROL-C.
> [01/Mar/2009 03:39:07] "GET /site_media/images/advt_728x90.png HTTP/
> 1.1" 200 28969
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/edpicks/fp3.png HTTP/
> 1.1" 200 16655
> [01/Mar/2009 03:39:07] "GET /site_media/images/i_search.png HTTP/1.1"
> 200 230
> [01/Mar/2009 03:39:07] "GET /site_media/images/b_go.png HTTP/1.1" 200
> 361
> [01/Mar/2009 03:39:07] "GET /site_media/images/topbg.png HTTP/1.1" 200
> 142
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/edpicks/fp4.png HTTP/
> 1.1" 200 25390
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/edpicks/fp.png HTTP/
> 1.1" 200 30593
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/edpicks/fp4_.png
> HTTP/1.1" 200 25390
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/features/
> fpphoto5.png HTTP/1.1" 200 126602
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/features/
> fpphoto4.png HTTP/1.1" 200 191331
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/features/
> fpphoto3.png HTTP/1.1" 200 241776
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/features/
> fpphoto2.png HTTP/1.1" 200 152349
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/features/
> fpphoto1.png HTTP/1.1" 200 225293
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/features/
> fpphoto5_thumb.png HTTP/1.1" 200 6715
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/features/
> fpphoto4_thumb.png HTTP/1.1" 200 9045
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/features/
> fpphoto3_thumb.png HTTP/1.1" 200 9488
> [01/Mar/2009 03:39:07] "GET /site_media/images/fp/features/
> fpphoto2_thumb.png HTTP/1.1" 200 6342
> [01/Mar/2009 03:39:08] "GET /site_media/images/fp/features/
> fpphoto1_thumb.png HTTP/1.1" 200 9682
> [01/Mar/2009 03:39:08] "GET /site_media/images/news/fp_5.png HTTP/1.1"
> 200 30073
> [01/Mar/2009 03:39:08] "GET /site_media/images/news/fp__.png HTTP/1.1"
> 200 30593
> [01/Mar/2009 03:39:08] "GET /site_media/images/advt_300x250.png HTTP/
> 1.1" 200 77533
> [01/Mar/2009 03:39:08] "GET /site_media/images/fp/latest_phones/
> fp_latest2.png HTTP/1.1" 200 17495
> [01/Mar/2009 03:39:08] "GET /site_media/images/fp/latest_phones/
> fp_pre.png HTTP/1.1" 200 25504
> [01/Mar/2009 03:39:08] "GET /site_media/images/fp/latest_phones/
> fp_xp.png HTTP/1.1" 200 17509
>
> The debug text file:
> DEBUG:root:In middleware, session testing value is: 2
> DEBUG:root:In middleware, session testing value is: 3
> DEBUG:root:In middleware, session testing value is: 4
> DEBUG:root:In middleware, session testing value is: 5
> DEBUG:root:In middleware, session testing value is: 6
> DEBUG:root:In middleware, session testing value is: 7
> DEBUG:root:In middleware, session testing value is: 8
> DEBUG:root:In middleware, session testing value is: 9
> DEBUG:root:In middleware, session testing value is: 10
> DEBUG:root:In middleware, session testing value is: 11
> DEBUG:root:In middleware, session testing value is: 12
> DEBUG:root:In middleware, session testing value is: 13
> DEBUG:root:In middleware, session testing value is: 14
> DEBUG:root:In middleware, session testing value is: 15
> DEBUG:root:In middleware, session testing value is: 16
> DEBUG:root:In middleware, session testing value is: 17
> DEBUG:root:In middleware, session testing value is: 18
> DEBUG:root:In middleware, session testing value is: 19
> DEBUG:root:In middleware, session testing value is: 20
> DEBUG:root:In middleware, session testing value is: 21
> DEBUG:root:In middleware, session testing value is: 22
> DEBUG:root:In middleware, session testing value is: 23
> DEBUG:root:In middleware, session testing value is: 24
> DEBUG:root:In middleware, session testing value is: 25
> DEBUG:root:In middleware, session testing value is: 26
> DEBUG:root:In middleware, session testing value is: 27
> DEBUG:root:In middleware, session testing value is: 28
> DEBUG:root:In middleware, session testing value is: 29
> DEBUG:root:In middleware, session testing value is: 30
> DEBUG:root:In middleware, session testing value is: 31
> DEBUG:root:In middleware, session testing value is: 32
>
> Well, it's clearly obvious as to why the numbers were out of whack.
>
> Thanks for helping me solve that... granted, that issue wasn't the one
> that was really bugging me.
>
> The problem is that when I hit the return statement from my previous
> code, sometimes the template will not be rendered correctly
>
> Many times I get errors from Firebug saying that the MIME TYPE is set
> incorrectly for all of my javascript and my css files.
> This also happens when I started a new project and included a few
> random css and javascript files.
>
> So, since I understand the reasoning behind the numbers oddity, I am
> lead to believe that the issue is related?
>
> Why would the MIME types be changed, and how can I possibly fix it?
>
> Again, this happens when return None and/or return render_to_response
> ('mypage.html') is executed, so it's no silly error on my time... it
> might be quirk that I'm overlooking. Unfortunately, I don't know how
> to begin debugging this issue.
>
> On Mar 1, 3:19 am, Malcolm Tredinnick <malc...@pointy-stick.com>
> wrote:
>
> > On Sun, 2009-03-01 at 00:03 -0800, James Mowery wrote:
> > > The full story:http://dpaste.com/3776/
> > > The settings.py that got me there:http://dpaste.com/3774/
>
> > >http://dpaste.com/3778/
> > > That code does work, but notice that the value does not increment.
>
> > The second piece of code (which seems to be the same as the first link)
> > doesn't do any incrementing.
>
> > Will be interesting to see what happens when you put in the debugging
> > logging I suggested. That should reveal if things are changing or help
> > you track down why not.
>
> > Regards,
> > Malcolm
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to