Tag Archives: Python

Fun with Django and modwsgi

Today I deployed my first Django application for a client. Its yet-another-blog, so I’ll refrain from posting the code and cluttering up the django-*blog* namespace on Google Code. Before you roll your eyes and complain about why I didn’t use … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , , , , , , , | 8 Comments

Fun with SQLObject and mxDateTime

I’m working on a small CherryPy web service that among other things saves timestamps to a database. The timestamp is in RFC 3339 format (like 2007-07-31T16:05:00.000-05:00), and I needed to store the timezone. Luckily mxDateTime and SQLObject’s DateTimeCol both support … Continue reading

Posted in Open Source, Python, SQL, Technology | Tagged , , , , | 1 Comment