i18n tip for django
"Django's":http://www.djangoproject.com "Internationalization":http://www.djangoproject.com/documentation/i18n/ support is freaking awesome. and it is so easy to use it isn't funny. Django's i18n support is based on the brower sending a accept-language, or having the server set a cookie to handle the user preference. I was in the middle of porting a legacy app for a client which didn't ...