Pycharm usually auto-completes template tags like static
or block
yet fails to recognize the Sekizai tags like render_block
. These are marked as unresolved. I've observed the same thing with djangoCMS tags like cms_toolbar
. None of these tags are resolved, let alone auto-completed.
Even so they work fine it would be great to have them working well with PyCharm. All these unresolved messages are ugly at best.
Why are these template tags behaving like that? Is there a way to "activate" these tags in PyCharm?
Versions:
- Pycharm Professional 3.4.1
- Django 1.6.5
- DjanogCMS 3.0.3
- django-sekizai 0.7
{% load my_tags %}
. Hoping this bump gets some visibility... - Joseph