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 [...]
Posted in Django, Uncategorized by: mwtb
No Comments
15 Jun
So, Django project number two is underway. I wanted to give Django another chance, and with the game stuff not really using it very much I pulled another web-app idea from my file and decided to give it a try with the latest development version of Django. The concept is fairly standard web-stuff. Users can [...]
Posted in Django by: mwtb
2 Comments