localhost Won't Immediately Update

后端 未结 10 621
轻奢々
轻奢々 2021-01-02 10:31

I have been using XAMPP to connect to localhost to do editing on my computer for websites. I have been using it for over a year now and in the past whenever I would update t

10条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-02 11:15

    I experienced this is issue recently using Django 2.1. I tried every browser, cleared my cache multiple times, triple checked that I was using Python's SimpleHTTPServer in the same directory I was writing my code, and even did a full reboot... No luck.

    Right before throwing my MacBook out the window, I solved the problem by changing my Debug setting from False to True. Why did this work? I'm not quite sure since the documentation for this setting doesn't mention that kind of behavior at all, but it was the only thing I could remember recently changing to possibly allude to this ghost bug. If anyone has a specific source to confirm this information, please comment and I will edit my answer.

    Hope this helps anyone about to Hulk smash their computer :-)

提交回复
热议问题