strange Django problem
        Posted  
        
            by Pounds
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pounds
        
        
        
        Published on 2010-06-08T08:09:07Z
        Indexed on 
            2010/06/08
            8:12 UTC
        
        
        Read the original article
        Hit count: 295
        
Sorrt to bother you everyone, but I really suffer a strange problem. I am working on a Django project for a company. This project worked very well before today.
Today I found a page can not show images (and their corrsponding links). I checked source code of THAT PAGE, I found there are images and links, I just can not find them on the page.
I checked the auth of the server and I am sure I can write things to the database. In fact, I think it is not database mistake because I can find what I want in the page source code, I just can not find them on the page.
Oh my Gosh, I am going to be crazy...
Has anyone suffered similar problem? What kind of problem could it be?
Please help me! Thank you very much!
PS: I can not provide any source code of the project because some business limit...I am really sorry...
© Stack Overflow or respective owner