Tag Archives: python

Update /etc/hosts with DHCP reservations from dnsmasq on pi-hole

I recently decided to dust off one of my Raspberry Pi’s and put it into service as a DNS and DHCP server. Initially I was just going to setup dnsmasq myself, but I came across a cool project called pi-hole. Pi-hole … Continue reading

Posted in General | Tagged , , , , , | Leave a comment

Running Django on Windows: Python 2.7.2 x64, PyISAPIe and IIS 7.5

Overview Ok so I wanted to try serving Django from IIS 7.5 using Python 2.7.  The advice available says to install PyISAPIe.  Unfortunately there is not a compiled version of this available for Python 2.7 (x64 in my case).  geographika … Continue reading

Posted in General | Tagged , , | 4 Comments