[Django] #36838: ModuleNotFoundError: No module named 'crispy'

5 views
Skip to first unread message

Django

unread,
Dec 30, 2025, 4:57:07 PM (3 days ago) 12/30/25
to django-...@googlegroups.com
#36838: ModuleNotFoundError: No module named 'crispy'
--------------------------+-----------------------------------------
Reporter: cgerrist | Type: Uncategorized
Status: new | Component: Uncategorized
Version: 6.0 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------+-----------------------------------------
Hello,

I am trying django crispy forms but when I add it to the APPs in the
config the html pages are not loaded anymore.

INSTALLED_APPS = (
...
"crispy_forms",
"crispy_bootstrap5",
...
)
...
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
CRISPY_TEMPLATE_PACK = "bootstrap5"

What do I wrong. Or is it noot working anymore.

Chris Gerrist
--
Ticket URL: <https://code.djangoproject.com/ticket/36838>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Dec 30, 2025, 8:56:53 PM (3 days ago) 12/30/25
to django-...@googlegroups.com
#36838: ModuleNotFoundError: No module named 'crispy'
-------------------------------+--------------------------------------
Reporter: Chris Gerrist | Owner: (none)
Type: Uncategorized | Status: closed
Component: Uncategorized | Version: 6.0
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by ontowhee):

* resolution: => invalid
* status: new => closed

Comment:

Hello, Chris! Thanks for the report. It sounds like this issue is with
installing and using crispy forms rather than an issue within Django. Have
you installed the module? Are you referencing the module correctly?

I put together a very basic [https://github.com/ontowhee/django-ticket-
demos/tree/ticket-36838 demo] using Django 6.0 and the crispy tag and so
far it is loading without any errors for me. I'll close this ticket for
the time being. However, if there is a bug with Django, would you like to
provide reproduction steps for the problem?

If you need assistance in using Django please feel free to ask for help
from a friendly community member on [https://chat.djangoproject.com/
Discord] or the [https://forum.djangoproject.com/ Django forum] 👍.
--
Ticket URL: <https://code.djangoproject.com/ticket/36838#comment:1>
Reply all
Reply to author
Forward
0 new messages