nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
391 stars 192 forks source link

'BinOp' object has no attribute 'elts' #756

Open whisere opened 10 months ago

whisere commented 10 months ago

run django-enabler install djangocms-blog

reports: python3.10/site-packages/app_enabler/patcher.py", line 127, in update_urlconf for url_line in node.value.elts: AttributeError: 'BinOp' object has no attribute 'elts'

protoroto commented 9 months ago

Hi! Sorry if the question is odd, but what is django-enabler ?

whisere commented 9 months ago

I was following the instructions here: https://djangocms-blog.readthedocs.io/en/latest/installation.html https://django-app-enabler.readthedocs.io/en/latest/usage.html

protoroto commented 9 months ago

Oh, ok, now I see! I'll have a look at it as soon as I can

whisere commented 9 months ago

Thank you!