Category Archives: django

In search of that YSlow A rating

Everyone but Justin can ignore this post, it’s just so I remember it next time.
To gzip css in apache add:
AddOutputFilterByType DEFLATE text/css
to a vhost or conf file.
To add Etags in Apache for static media make an .htaccess file in the directory holding the media and put:
FileETag MTime Size
in it.
To do the same in nginx you […]

I’m not a wizard

PyCon started today. Dallas isn’t cold so don’t bring a jacket. I learned today that Addison has more restaurants per capita then any other city in the country. It certainly seems that way. I also learned a lot of Django stuff but that’s not very fun to read.
James falls asleep when people talk for too […]