Re: Django Captcha or MathCaptcha application

2017-03-23 Thread Camilo Torres
May be you are missing a data base migration? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, s

Re: Django Captcha or MathCaptcha application

2017-03-23 Thread valerio orfano
Belowe the steps i have followed, but it doesnt work. I type in my browser : www.localhost/capthca but no image is displayeded and i get an error : no such table: captcha_captchastore I dont find it very simple as suggested from documentation. Do you have any simple tutorial? 1.pip instal

Re: Django Captcha or MathCaptcha application

2017-03-22 Thread Thiago Parolin
I am using django-recaptcha2, that is a google recaptcha... Very simple to setup and use and works very well 2017-03-22 11:20 GMT-03:00 valerio orfano : > Hi > > i am trying to apply captcha process to my web site. I could find any > clear documentation out there (at least clear to me). Do you kn

Django Captcha or MathCaptcha application

2017-03-22 Thread valerio orfano
Hi i am trying to apply captcha process to my web site. I could find any clear documentation out there (at least clear to me). Do you know any simple step by step tutorial or captcha application source code you have already created and that works fine? I am looking for code regarding view, ur