Category Archives: django
SSL, Apache, VirtualHosts, Django, and SuspiciousOperation’s
I recently upgraded to Django 1.4.5, which fixes security issues relating to malicious HTTP “Host” headers. Since my Django site does use the host header occasionally, I took the recommended step of adding an ALLOWED_HOSTS setting which whitelists the hosts … Continue reading
Posted in apache, django
Leave a comment
Making Django ORM more DRY with prefixes and Q’s
This post builds on Jamie Mathews’ excellent Building a higher-level query API: the right way to use Django’s ORM, which makes the solid argument that the “Manager API is a Lie”. If you haven’t read that post, head over that … Continue reading
Posted in django
Leave a comment