From 8fa6c98254fc7a2daf6699c50115cb9fa6f54867 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 12 Sep 2023 16:07:16 +0200 Subject: [PATCH] updated crispy forms --- recipes/settings.py | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/settings.py b/recipes/settings.py index 26639189d..29a65d388 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -123,6 +123,7 @@ INSTALLED_APPS = [ 'django_tables2', 'corsheaders', 'crispy_forms', + 'crispy_bootstrap4', 'rest_framework', 'rest_framework.authtoken', 'django_cleanup.apps.CleanupConfig', diff --git a/requirements.txt b/requirements.txt index 753583737..ffc354453 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,8 @@ cryptography===41.0.3 django-annoying==0.10.6 django-autocomplete-light==3.9.4 django-cleanup==8.0.0 -django-crispy-forms==1.14.0 +django-crispy-forms==2.0 +crispy-bootstrap4==2022.1 django-tables2==2.5.3 djangorestframework==3.14.0 drf-writable-nested==0.7.0