I'm trying to add crispy forms to my project. 
(http://django-crispy-forms.readthedocs.io/en/latest/)

I installed crispy forms by pip install django-crispy-forms

I added this in installed apps:

    'crispy_forms',


And this at the end of settings.py:

    CRISPY_TEMPLATE_PACK = 'bootstrap3'


And this at the top of my form.html

    {% load crispy_forms_tags %}


Still, I'm getting unresolved filter 'crispy' error. What am I missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/df75fb0d-c1c1-4cad-ae64-60c862a64011%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to