Re: [mezzanine-users] mezzanine-captcha problem

2017-11-16 Thread Iain Mac Donald
On Thu, 16 Nov 2017 10:59:24 +1100 Mike Dewhirst wrote: > Not sure what the admin contact form might be. The interface you use when creating a contact form from the admin back-end. Is it not possible to create a fresh Mezzanine install in a virtualenv and try out the

Re: [mezzanine-users] mezzanine-captcha problem

2017-11-15 Thread Mike Dewhirst
On 16/11/2017 9:33 AM, Iain Mac Donald wrote: I'm using 0.0.5 That's the version I'm using on a site and it works for me (using the instructions on Github). The captcha doesn't appear in the blog admin but you should see it on the front-end. The captcha should appear, as a selectable field,

Re: [mezzanine-users] mezzanine-captcha problem

2017-11-15 Thread Iain Mac Donald
I'm using 0.0.5 on a site and it works for me (using the instructions on Github). The captcha doesn't appear in the blog admin but you should see it on the front-end. The captcha should appear, as a selectable field, on the admin contact form. I also have this set: CAPTCHA_CHALLENGE_FUNCT =

Re: [mezzanine-users] mezzanine-captcha problem

2017-11-15 Thread Mike Dewhirst
On 16/11/2017 12:56 AM, Iain Mac Donald wrote: Did you remember to add: COMMENT_FORM_CLASS = "mezzacaptcha.forms.CaptchaThreadedCommentForm" I most certainly did. I'm happy to post settings.py if that is necessary. Thanks Mike which is needed for use in the blog? Regards, Iain. --

Re: [mezzanine-users] mezzanine-captcha problem

2017-11-15 Thread Iain Mac Donald
Did you remember to add: COMMENT_FORM_CLASS = "mezzacaptcha.forms.CaptchaThreadedCommentForm" which is needed for use in the blog? Regards, Iain. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop

[mezzanine-users] mezzanine-captcha problem

2017-11-15 Thread Mike Dewhirst
I'm running Mezzanine 4.2.3, Django 1.10.8 and Python 2.7.12 and have just gone through all the steps specified in https://github.com/mjtorn/mezzanine-captcha including ... edited settings.py edited urls.py migrate captcha reloaded nginx refreshed the mezzanine site Unfortunately I have