Much fun was had at the Django/Rails meetup in London last Monday. Colleagues Duncan Cragg and Ben Butler-Cole managed to demo a Django-based project being developed for a bid (more to follow if we win), and Michael Sparks from the BBC demoed Kamelia, and we also had lots of people from the monthly Python meeting [...]
Categories: Django
- Published:
- October 16, 2005 – 4:23 pm
- Author:
- By sam
At the last meetup, the majority of the people there were ‘thinking’ about using either Rails or Django on a real world project. So by way of some blatant agenda setting for the meetup on the 10th (don’t forget to go and leave a comment if you’re coming) what is stopping you from using either? [...]
Categories: Django,Ruby
- Published:
- September 28, 2005 – 8:42 am
- Author:
- By sam
Well last night’s inaugural Django and Rails meetup went very well indeed (photos to follow) – apart from the slow start due to most people not knowing each other, and being unsure if the raised eyebrow from someone else in the bar was as a result of them seeing if they were there for the [...]
Categories: Django
- Published:
- September 6, 2005 – 3:45 pm
- Author:
- By sam
There seems to be two different ways to format your dates using Django. The first takes advantage of Python’s built-in strftime, so to format a date according to ISO8601: mymodel.some_date_field.strftime(“%Y%m%dT%H%m”) Giving you a date like 20050819T2031. more-> Another approach is to format in the templates instead – then you can take advantage of Django’s filters. [...]
Categories: Django
- Published:
- August 21, 2005 – 6:03 pm
- Author:
- By sam
Just a little reminder – the meetup is still on for the 5th. It’s looking like a good turnout too – the following people have mentioned they may be coming along: Simon Brunning Tom Dyson Matt Biddulph Tom Dunham Matt Mower Sean O’Halpin Tom Ward James Adam xtian Simon Willison Scott Matthewman Will Macdonald Jon [...]
Categories: Django
- Published:
- August 17, 2005 – 8:37 am
- Author:
- By sam
Since lambasting someone for a less than fair Django and Rails comparison, I’d planned to do my own. To start with, my comparison is based on several days worth of Rails development and about a weekend’s worth of playing with Django, using the (currently four part) tutorial. Ive had this reviewed by both Rails and [...]
Categories: Django,Ruby
- Published:
- August 14, 2005 – 5:01 pm
- Author:
- By sam