Es Tea Double Eye

You're never too old for a happy childhood

Tag: apache

DZone Refcardz for software developers

DZone is a social bookmarking service specifically focused on technology and software development. It is a fantastic resource. Recently they released a fantastic new service called Refcardz which is like shortcut reference documents for various programming languages or technologies. Best of all, it is FREE! From languages like PHP, Ruby, Groovy and Java all the [...]

Django with apache and mod_wsgi issues

I ran into a fairly common error while setting up Django with mod_wsgi and Apache on Debian. What irritates me about it is that I didn’t pick it up right away, but I’ll blame the long Easter weekend for that. :P ImportError: Could not import settings ‘mysite.settings’ (Is it on sys.path? Does it have syntax [...]