[mezzanine-users] Mezzanine + ReCaptcha

2015-12-20 Thread Alexander Tyapkov
I have updated Mezzanine to 4.0.1 and found out that the code which registers additional field for forms is not working anymore. I also want to move to reCaptcha. For that I have downloaded django-recaptcha and have following code: from captcha import fields as captcha_fields GREATEST_ID =

[mezzanine-users] Twitter feed problem

2014-10-22 Thread Alexander Tyapkov
I have a running Mezzanine in production with all the Twitter keys setup from the gui. When I execute poll_twitter on the server then it runs( as I see it) through all the entries in twitter_query table. The first question if is it logical? Look like all the entries from Mezzanine settings

[mezzanine-users] Custom menu in Mezzanine

2014-10-13 Thread Alexander Tyapkov
Good day to everybody! There is an example about how to customize the mezzanine menu: {% load pages_tags %} ul {% for page in page_branch %} {% if page.in_menu %} {% if page.is_current_or_ascendant or not page.is_primary %} li {% if not page.is_primary %} a href={{ page.get_absolute_url