fix: crispy forms (#1194)

This commit is contained in:
Markos Gogoulos
2025-02-12 14:27:27 +02:00
committed by GitHub
parent a6a2b50c8d
commit 5402ee7bc5
3 changed files with 6 additions and 1 deletions

View File

@ -23,6 +23,7 @@ INSTALLED_APPS = [
'debug_toolbar',
'mptt',
'crispy_forms',
"crispy_bootstrap5",
'uploader.apps.UploaderConfig',
'djcelery_email',
'ckeditor',