I'm always doing this, so some of you must be too. I'll compare a date field in with a datetime object in Python/DJango like this:
read more
/
0 comments
All yesterday I had multiple apache processes killing my linux (centos) server. I would kill them, and they would come back minutes later taking up all processor resources and crashing the machine. I was using tcpdump to watch packets come across on port 80, but this connection apparently didn't persist, so that did nothing for me. Then I found netstat:
read more
/
0 comments
Until Feb 23, 2011 I had been authenticating against the bit.ly API using the username/password properties on cfhttp.
read more
/
0 comments
Posted by:
scoopseven
in
Django
12 years, 11 months ago
Problems upgrading to Django 1.2.4 by downloading the package manually and running the install?
read more
/
0 comments
Problems installing MySQLdb? Me too! I'm installing using MySQL 5 / Django 1.1 / Python 2.4 on CentOS 5.4 linux.
read more
/
0 comments