Unresolved filter 'crispy'
I had pip install django-crispy-forms (https://github.com/maraujop/django-crispy-forms).
When I a template I write:
{% load crispy_forms_tags %}
form|crispy
Pycharm show "Unresolved filter 'crispy'" for |crispy filter.
What's the problem?
I tried to add site-packages>crispy_forms directory to Project Structure, but that doesn't solve the problem.
When I a template I write:
{% load crispy_forms_tags %}
form|crispy
Pycharm show "Unresolved filter 'crispy'" for |crispy filter.
What's the problem?
I tried to add site-packages>crispy_forms directory to Project Structure, but that doesn't solve the problem.
Please sign in to leave a comment.
You can use crispy_forms_filters instead: