Namespace url autocomplete
Hi!
I just wanted to know if there is a way to auto-complete urls that target namespaces in Pycharm, when using Django. For example:
{% url 'blog.views.some_view' arg1=something.name %}, this has autocompletion.
However, this does not:
{% url 'blog:named_view' arg1=something.name %}
Is there any way to add this?
I just wanted to know if there is a way to auto-complete urls that target namespaces in Pycharm, when using Django. For example:
{% url 'blog.views.some_view' arg1=something.name %}, this has autocompletion.
However, this does not:
{% url 'blog:named_view' arg1=something.name %}
Is there any way to add this?
Please sign in to leave a comment.