nephila / djangocms-page-meta

OpenGraph, Twitter Card and Google+ snippet tags for django CMS 3 pages
https://djangocms-page-meta.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
59 stars 64 forks source link

Meta-information not appearing on Django CMS Toolbar (> 3.4) #59

Closed marcosguedes closed 8 years ago

marcosguedes commented 8 years ago

The cause might be because Django CMS 3.4 upwards has cms_toolbars.py as a naming convention instead of cms_toolbar.py

Downgraded to Django CMS 3.3.3 and everything works

http://docs.django-cms.org/en/release-3.3.x/how_to/toolbar.html#registering

marcosguedes commented 8 years ago

Now I see. Version 0.6.2 doesn't have cms_toolbars.py but develop version has it

yakky commented 8 years ago

@marcosguedes thanks for reporting this. For some reason 0.6.3 never made it to PyPi. I'm releasing it now

yakky commented 8 years ago

@marcosguedes 0.6.3 released, sorry for the inconvenience