updated crispy forms

This commit is contained in:
vabene1111 2023-09-12 16:07:16 +02:00
parent 73c6bfce44
commit 8fa6c98254
2 changed files with 3 additions and 1 deletions

View File

@ -123,6 +123,7 @@ INSTALLED_APPS = [
'django_tables2',
'corsheaders',
'crispy_forms',
'crispy_bootstrap4',
'rest_framework',
'rest_framework.authtoken',
'django_cleanup.apps.CleanupConfig',

View File

@ -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