mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-07 07:58:53 -05:00
fix: crispy forms (#1194)
This commit is contained in:
parent
a6a2b50c8d
commit
5402ee7bc5
@ -23,6 +23,7 @@ INSTALLED_APPS = [
|
|||||||
'debug_toolbar',
|
'debug_toolbar',
|
||||||
'mptt',
|
'mptt',
|
||||||
'crispy_forms',
|
'crispy_forms',
|
||||||
|
"crispy_bootstrap5",
|
||||||
'uploader.apps.UploaderConfig',
|
'uploader.apps.UploaderConfig',
|
||||||
'djcelery_email',
|
'djcelery_email',
|
||||||
'ckeditor',
|
'ckeditor',
|
||||||
|
|||||||
@ -304,6 +304,7 @@ INSTALLED_APPS = [
|
|||||||
"debug_toolbar",
|
"debug_toolbar",
|
||||||
"mptt",
|
"mptt",
|
||||||
"crispy_forms",
|
"crispy_forms",
|
||||||
|
"crispy_bootstrap5",
|
||||||
"uploader.apps.UploaderConfig",
|
"uploader.apps.UploaderConfig",
|
||||||
"djcelery_email",
|
"djcelery_email",
|
||||||
"ckeditor",
|
"ckeditor",
|
||||||
@ -543,3 +544,6 @@ SPRITE_NUM_SECS = 10
|
|||||||
SLIDESHOW_ITEMS = 30
|
SLIDESHOW_ITEMS = 30
|
||||||
# this calculation is redundant most probably, setting as an option
|
# this calculation is redundant most probably, setting as an option
|
||||||
CALCULATE_MD5SUM = False
|
CALCULATE_MD5SUM = False
|
||||||
|
|
||||||
|
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
|
||||||
|
CRISPY_TEMPLATE_PACK = "bootstrap5"
|
||||||
|
|||||||
@ -12,7 +12,7 @@ markdown==3.7
|
|||||||
django-filter==24.3
|
django-filter==24.3
|
||||||
filetype==1.2.0
|
filetype==1.2.0
|
||||||
django-mptt==0.16.0
|
django-mptt==0.16.0
|
||||||
django-crispy-forms==2.3
|
crispy-bootstrap5==2024.10
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
django-celery-email==3.0.0
|
django-celery-email==3.0.0
|
||||||
m3u8==6.0.0
|
m3u8==6.0.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user