25 Jun
My desktop XP install has been getting steadily more and more crufty over the past 6 months or so. As well as the usual slow degradation of performance, it was displaying some quirky behaviour with settings not taking and various other niggles. I had made a mental note to reinstall at some point, but everytime [...]
Posted in Technology by: mwtb
No Comments
18 Jun
Once again, a kind soul in #django (Kanashii) picked up a basic error on my part that resolved the repeated underscores issue. When you declare an ImageField in Django, you have to define where it should be uploaded to, and I had done this, like so: myImage = ImageField(upload_to=”/mysite”).
Everything looks fine, the docs just say [...]
Posted in Django, Uncategorized by: mwtb
No Comments