Skip to content

Commit

Permalink
Mise à jour majeure de django_crispy_forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen committed Jan 27, 2024
1 parent 91fe319 commit 3c84831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Implicit dependencies (optional dependencies of dependencies)
crispy-forms-bootstrap2==2024.1
elasticsearch-dsl==5.4.0
elasticsearch==5.5.3
social-auth-app-django==5.4.0

# Explicit dependencies (references in code)
beautifulsoup4==4.12.2
django-crispy-forms==1.14.0
django-crispy-forms==2.0
django-model-utils==4.3.1
django-munin==0.2.1
django-recaptcha==4.0.0
Expand Down
3 changes: 3 additions & 0 deletions zds/settings/abstract_base/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@

TEMPLATES = [django_template_engine]

CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap"

CRISPY_TEMPLATE_PACK = "bootstrap"

INSTALLED_APPS = (
Expand All @@ -156,6 +158,7 @@
"easy_thumbnails",
"easy_thumbnails.optimize",
"crispy_forms",
"crispy_forms_bootstrap2",
"munin",
"social_django",
"rest_framework",
Expand Down

0 comments on commit 3c84831

Please sign in to comment.