Named URL tags in Django templates
Available only in PyCharm Professional: download to try or compare editions
PyCharm provides extensive support for the named url tags. This support includes:
Django inspection that checks whether the required arguments are passed correctly to a
{% url %}
tag:Django inspection checks argument values against regexp groups and adds warning if a group does not match:
Suggestion list on code completion includes names for the named arguments (if any):
Ability to navigate to an appropriate path by pressing Ctrl0B on a url argument:
Thanks for your feedback!
Was this page helpful?