File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ click==8.1.2
2121coreapi == 2.3.3
2222coreschema == 0.0.4
2323cryptography == 43.0.1
24+ crispy-bootstrap4 == 2024.1
2425cwe2 == 3.0.0
2526dateparser == 1.1.1
2627decorator == 5.1.1
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ install_requires =
6262 django-filter>=24.0
6363 django-widget-tweaks>=1.5.0
6464 django-crispy-forms>=2.3
65+ crispy-bootstrap4>=2024.1
6566 django-environ>=0.11.0
6667 gunicorn>=23.0.0
6768
Original file line number Diff line number Diff line change 7878 "rest_framework.authtoken" ,
7979 "widget_tweaks" ,
8080 "crispy_forms" ,
81+ "crispy_bootstrap4" ,
8182 # for API doc
8283 "drf_spectacular" ,
8384 # required for Django collectstatic discovery
196197 str (PROJECT_DIR / "static" ),
197198]
198199
200+ CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap4"
199201
200202CRISPY_TEMPLATE_PACK = "bootstrap4"
201203
You can’t perform that action at this time.
0 commit comments