-
Archives
- July 2010
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
-
Meta
Tag Archives: cherrypy
(Yet Another) Deploying Django with CherryPy Script
Recently I deployed a Django project on an OSX server. I foolishly thought this would be as easy as on Linux until I ran into the mess that is x86_64 Apache + mod_wsgi* + Django + psycopg2 + i386 PostgreSQL. … Continue reading
Looking for CherryPy Case Studies
At the CherryPy BOF[1] at Pycon in Chicago we discussed how people are using CherryPy in lots of different ways. We’re afraid people aren’t grokking how flexible CherryPy is just by briefly glancing at the web site and thought having … Continue reading
Permanent home for firewall-admin
The little recipe I posted for a dedicated Linux firewall with a CherryPy powered administrative interface finally has a permanent home over at Google Code. Many thanks to Kyle Waremburg for creating the project page and helping me develop firewall-admin! … Continue reading
Posted in GNU/Linux, IT, Open Source, Python, Technology
Tagged cherrypy, genshi, iptables
Leave a comment
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 apache, cherrypy, diy, django, dreamhost, fastcgi, modwsgi, mod_python, Python, wsgi
6 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 cherrypy, mxdatetime, Python, sqlobject, xml
1 Comment
Recipe for a Transparent Linux Firewall and CherryPy Control Panel
At my previous job I built a transparent firewall with the help of a student. He hacked up some iptables scripts, and I hacked up a CherryPy application to control the firewall. It turned out to be pretty handy, so … Continue reading