If any exception comes back from the request to freegeoip.net, it will be logged. django-country-blocker will then fallback on maxmind (if configured).
1.1.0
Added support for the freegeoip.net service.
1.0
Added support for the maxmind service.
0.1.2
any user who is "staff" overwrites this and will always get {{ in_country }} == True
0.0.1
changed "import settings" to "from django.conf import settings" to support normal installs, rather than my hacked test servers