Added comments area to blog

January 23rd, 2020   プログラミング  Django

I added comment section to blog. I also added Google reCAPTCHA security to prevent spam.

For previous versions of reCAPTCHA, It requires to check "Not a robot" or select the specific images to prove I am not a robot. The latest version, it doesn't require users to authorize. It checks user risk automatic from the server side.

I always mistake selecting images so I think it has become convenient.


Reference sites

Comment function

Google reCAPTCHA

Sponsor Link