djangomobilebrowser

Django web site rendering as a total mess (intermittently, not always)


I have a web site built in Django 1.5 that - at times - doesn't load correctly. And by not loading correctly, I specifically mean that if I type its URL in my Samsung S6 Edge's mobile browser, I sometimes (but not mostly) see the page below. I am clueless regarding why this is happening (not much shows up in my logs), and how I can troubleshoot it. Please advise.

enter image description here


Solution

  • Unfortunately you didn't include enough information in your post to properly debug your issue. Also, Django is now on version 1.8.5 and it may be possible that your issue has been patched since then.

    Posting your source code is the best way to get help on issues like this.

    If you are trying to troubleshoot it yourself and your app is using logging properly you should try writing unit tests for the various components that make up your app.