diff --git a/recipes/settings.py b/recipes/settings.py index 26639189..29a65d38 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 75358373..ffc35445 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