18 Jun
Slashes Suck
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 [...]

