You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
These are some of the gripes I encountered while using this (otherwise Awesome) library inside of pycharm
Pycharm provides support for code completion of django tags only when they're used as actual django template tags, meaning:
This gets code-completed
{% url 'spotify login' %}
But this doesn't
- url 'spotify login'
currently, pycharm doesn't recognize the amazing filters offered by this library.
For example, the
:python
filterAs you can see, there is no syntax highlighting.
The text was updated successfully, but these errors were encountered: