Opened 9 hours ago
Closed 5 hours ago
#36838 closed Uncategorized (invalid)
ModuleNotFoundError: No module named 'crispy'
| Reported by: | Chris Gerrist | Owned by: | |
|---|---|---|---|
| Component: | Uncategorized | Version: | 6.0 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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
Note:
See TracTickets
for help on using tickets.
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 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 Discord or the Django forum 👍.