Visit the Community Forum to learn more and ask any questions you have!

crispy forms missing

Back to Thread List

hey, im getting this error "ModuleNotFoundError: No module named 'crispy_forms'" when i try to run my django app. I thought i installed everything right, but its still not working. anyone know what im missing?? thx

by mrrager on Aug. 11, 2024, 6:47 p.m.

Replies

  • Hi, you should be able to fix this problem in one of two ways:

    You can add django-crispy-forms to requirements.txt and click Deploy again.

    OR

    You can start a Shell session and then run:

    pip install django-crispy-forms

    Hope that helps!

    by zach on Aug. 11, 2024, 6:50 p.m.
Reply to this thread