Programming languages are one of those topics that we geeks have some very strong and often rather polarised opinions about. As new concepts in computing are dreamt up, older languages may grow new ...
It's the end of our Django tutorial round-up and as such I thought we'd have a look at the new work-in-progress Django book. Set to be released in print form later this year by Apress, the book is ...
In my last article, I continued looking at the Django Web framework, showing how you can create and modify models. As you saw, Django expects you to describe your models using Python code. The model ...