updated crispy forms
This commit is contained in:
parent
73c6bfce44
commit
8fa6c98254
@ -123,6 +123,7 @@ INSTALLED_APPS = [
|
|||||||
'django_tables2',
|
'django_tables2',
|
||||||
'corsheaders',
|
'corsheaders',
|
||||||
'crispy_forms',
|
'crispy_forms',
|
||||||
|
'crispy_bootstrap4',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
'rest_framework.authtoken',
|
'rest_framework.authtoken',
|
||||||
'django_cleanup.apps.CleanupConfig',
|
'django_cleanup.apps.CleanupConfig',
|
||||||
|
@ -3,7 +3,8 @@ cryptography===41.0.3
|
|||||||
django-annoying==0.10.6
|
django-annoying==0.10.6
|
||||||
django-autocomplete-light==3.9.4
|
django-autocomplete-light==3.9.4
|
||||||
django-cleanup==8.0.0
|
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
|
django-tables2==2.5.3
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
drf-writable-nested==0.7.0
|
drf-writable-nested==0.7.0
|
||||||
|
Loading…
Reference in New Issue
Block a user