The only true wisdom is in knowing you know nothing.
Socrates
2011-10-09 19:58:13

Django FTW

I've recently been doing some django coding in my spare time and to save some time I setup a development machine which automatically reloads the code when it is changed. Thanks to instructions from Grahaem Dumpleton it took less than 5 minutes to hook up and start coding. Yet again this demonstrates how fast you can develop using django. :)

Another module that I recently started using for a new site I launched, BuyMyDomain.org, is django-simple-captcha. django-simple-captcha is a simple yet powerful tool and I guess I will by replacing the Akisment spamfilter found on this site with it.

That's it for today.. Happy Coding!