﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36838	ModuleNotFoundError: No module named 'crispy'	Chris Gerrist		"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"	Uncategorized	closed	Uncategorized	6.0	Normal	invalid			Unreviewed	0	0	0	0	0	0
