Skip to content

Commit 9630c67

Browse files
committed
fixed issue with cripsy forms
1 parent c6969cf commit 9630c67

File tree

1 file changed

+4
-0
lines changed
  • Django_Blog/06-User-Registration-Form/django_project/django_project

1 file changed

+4
-0
lines changed

Django_Blog/06-User-Registration-Form/django_project/django_project/settings.py

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
'blog.apps.BlogConfig',
3535
'users.apps.UsersConfig',
3636
'crispy_forms',
37+
# since version 2.0 of Django Crispy Forms, template packs are now provided as separate packages.
38+
# This means that for Bootstrap 4 support, you will need to install a separate package named crispy-bootstrap4​​.
39+
# pip install crispy-bootstrap4
40+
'crispy_bootstrap4'
3741
'django.contrib.admin',
3842
'django.contrib.auth',
3943
'django.contrib.contenttypes',

0 commit comments

Comments
 (0)