django-simple-captcha
django-simple-captcha copied to clipboard
If enabled USE_ETAGS in settings we get UnicodeError instead captcha image
We just need to add empty Etag to our captcha_image view: response['Etag'] = ''