django-registration and botscout
May 19, 2010
I have a website which users can register on. It's got the usual bot problems, and I decided to implement botscout. I have copied django-registration into my source, so as a quick solution I modified it to implement the call to botscout. I wouldn't normally recommend this approach, and I'm …