Hi Ken,
Yes happy to see I have my config set up the same way as yours except I’m starting a new project so I’m trying bootstrap5.
Settings.py
‘crispy_forms’,
‘crispy_bootstrap5’,
‘django_bootstrap5’,
]
CRISPY_TEMPLATE_PACK = ‘bootstrap5’
CRISPY_ALLOWED_TEMPLATE_PACK = ‘bootstrap5’
not sure where I got this last entry above? But I threw it in.