This past Thursday I gave a presentation on Fabric for TriZPUG. I want to thank everyone for their comments and appreciation. We had a greatĀ attendanceĀ and good discussions.
I presented Fabric as a tool that I use for automated deployment and maintenance of servers. I can publish and update multiple servers with differential instructions based on their [...]
Entries Tagged as 'Python'
Fabric Presentation
January 30th, 2010 · View Comments · Django, Python
django-multidb, MySQLdb, and MySQL Encoding Errors
December 3rd, 2009 · View Comments · Django, Python
We recently ran into a bug involving improper encoding of Unicode data using Django, MySQL, and django-multidb. It took us a little while to track it down so I just wanted to take the opportunity to post a description of the problem and the resolution to help any others out there running into similar issues.
We [...]
Tags:cp1252·Django·django-multidb·encoding·latin1·mysql·utf8